Skip to content

Commit 02b6077

Browse files
committed
network
1 parent f743caf commit 02b6077

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

articles/azure-monitor/containers/container-insights-high-scale.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ContainerLogV2
4141
- Azure CLI version 2.63.0 or higher.
4242
- AKS-preview CLI extension version must be 7.0.0b4 or higher if an aks-preview CLI extension is installed.
4343
- 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).
4545

4646
## Limitations
4747

@@ -94,17 +94,32 @@ az aks create -g <cluster-name> -n <cluster-name> enable-addons -a monitoring --
9494
```
9595

9696
#### 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+
9899

99-
- `--enable-high-scale-mode`
100-
- `--ampls-resource-id`
101100

102101
### [ARM](#tab/arm)
103102
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.
104103

105104
> [!WARNING]
106105
> 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.
107106
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 |
121+
122+
108123
## Next steps
109124

110125

articles/azure-monitor/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,8 @@ items:
447447
href: containers/container-insights-data-collection-filter.md
448448
- name: Container log schema
449449
href: containers/container-insights-logs-schema.md
450+
- name: High scale
451+
href: containers/container-insights-high-scale.md
450452
- name: Data transformations
451453
displayName: Container insights
452454
href: containers/container-insights-transformations.md

0 commit comments

Comments
 (0)