You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/containers/container-insights-high-scale.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ ContainerLogV2
41
41
- Azure CLI version 2.63.0 or higher.
42
42
- AKS-preview CLI extension version must be 7.0.0b4 or higher if an aks-preview CLI extension is installed.
43
43
- Cluster schema must be [configured for ContainerLogV2](./container-insights-logs-schema.md#enable-the-containerlogv2-schema).
44
-
- See [Network firewall requirements for monitoring Kubernetes cluster](./kubernetes-monitoring-firewall.md).
44
+
- See [Network and firewall requirements](#network-and-firewall-requirements).
45
45
46
46
## Limitations
47
47
@@ -94,17 +94,32 @@ az aks create -g <cluster-name> -n <cluster-name> enable-addons -a monitoring --
94
94
```
95
95
96
96
#### New AKS Private cluster
97
-
See [Create a private Azure Kubernetes Service (AKS) cluster](/azure/aks/private-clusters?tabs=azure-portal) for details on creating an AKS Private cluster. Use the following additional parameters to configure high log scale mode with Azure Monitor Private Link Scope Resource ID.
97
+
See [Create a private Azure Kubernetes Service (AKS) cluster](/azure/aks/private-clusters?tabs=azure-portal) for details on creating an AKS Private cluster. Use the additional parameters `--enable-high-scale-mode` and `--ampls-resource-id` to configure high log scale mode with Azure Monitor Private Link Scope Resource ID.
98
+
98
99
99
-
-`--enable-high-scale-mode`
100
-
-`--ampls-resource-id`
101
100
102
101
### [ARM](#tab/arm)
103
102
See [Enable Container insights](./kubernetes-monitoring-enable.md?tabs=arm#enable-container-insights) for guidance on enabling Container Insights using an ARM template. To enable high scale logs mode, use `Microsoft-ContainerLogV2-HighScale` in the `streams` parameter.
104
103
105
104
> [!WARNING]
106
105
> Don't use both `Microsoft-ContainerLogV2` and `Microsoft-ContainerLogV2-HighScale` in the `streams` parameter. This will result in logs being collected in the standard mode.
107
106
107
+
---
108
+
109
+
## Network and firewall requirements
110
+
In addition to the [network firewall requirements](See [Network firewall requirements for monitoring Kubernetes cluster](./kubernetes-monitoring-firewall.md)) for monitoring a Kubernetes cluster, additional configurations are needed for enabling High scale Mode.
111
+
112
+
Get the **Logs Ingestion** endpoint from the data collection endpoint (DCE) for the data collection rule (DCR) used by the cluster. The DCR name will be in the form `MSCI-<region>-<clusterName>`.
113
+
114
+
The endpoint will have a different format depending on the cloud as shown in the following table.
115
+
116
+
| Cloud | Endpoint | Port |
117
+
|:---|:--|:--|
118
+
| Azure Public Cloud |`<dce-name>-<suffix>.<cluster-region-name>-<suffix>.ingest.monitor.azure.com`| 443 |
119
+
| Microsoft Azure operated by 21Vianet cloud |`<dce-name>-<suffix>.<cluster-region-name>-<suffix>.ingest.monitor.azure.cn`| 443 |
120
+
| Azure Government cloud |`<dce-name>-<suffix>.<cluster-region-name>-<suffix>.ingest.monitor.azure.us`| 443 |
0 commit comments