Skip to content

Commit 5edd96c

Browse files
committed
acrolinx
1 parent 02b6077 commit 5edd96c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ms.date: 08/06/2024
99
High scale logs mode is a feature in Container Insights enables you to collect container console (stdout & stderr) logs with high throughput from their AKS cluster nodes. This feature is intended for Azure Kubernetes Service clusters sending more than 5,000 logs/sec per node.
1010

1111
## Overview
12-
When high scale mode is enabled, Container Insights performs multiple configuration changes resulting in a higher overall throughput. This includes using and upgraded agent and Azure Monitor pipeline with scale improvements. These changes are all made by Azure Monitor and don't require input or configuration after the feature has been enabled.
12+
When high scale mode is enabled, Container Insights performs multiple configuration changes resulting in a higher overall throughput. This includes using and upgraded agent and Azure Monitor pipeline with scale improvements. These changes are all made by Azure Monitor and don't require input or configuration after the feature is enabled.
1313

14-
High scale logs collection is suited for environments sending more than 5,000 logs/sec from a single node in their Kubernetes clusters and has been designed and tested for sending up to 50K log/sec per node. High scale mode impacts only the data collection layer. The rest of the Container insights experience remains the same, with logs being ingested into same `ContainerLogV2` table. Queries and alerts continue to work since the same data is being collected.
14+
High scale logs collection is suited for environments sending more than 5,000 logs/sec from a single node in their Kubernetes clusters and has been designed and tested for sending up to 50 K log/sec per node. High scale mode impacts only the data collection layer. The rest of the Container insights experience remains the same, with logs being ingested into same `ContainerLogV2` table. Queries and alerts continue to work since the same data is being collected.
1515

1616
To achieve the maximum supported logs throughput, you should use high-end VM SKUs with 16 CPU cores or more for your AKS cluster nodes. Using low end VM SKUs will impact your logs throughput.
1717

@@ -45,12 +45,12 @@ ContainerLogV2
4545

4646
## Limitations
4747

48-
The following scenarios are not supported during the Preview release. These will be addressed when the feature becomes generally available.
48+
The following scenarios aren't supported during the Preview release. These will be addressed when the feature becomes generally available.
4949

50-
- AKS Clusters with ARM64 nodes
50+
- AKS Clusters with Arm64 nodes
5151
- Azure Arc-enabled Kubernetes
5252
- HTTP proxy with trusted certificate
53-
- Onboarding through Azure Portal, Azure Policy, Terraform and Bicep
53+
- Onboarding through Azure portal, Azure Policy, Terraform and Bicep
5454
- Configuring through **Monitor Settings** from AKS Insights
5555
- Automatic migration from existing Container Insights
5656

@@ -109,9 +109,9 @@ See [Enable Container insights](./kubernetes-monitoring-enable.md?tabs=arm#enabl
109109
## Network and firewall requirements
110110
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.
111111

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>`.
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 is in the form `MSCI-<region>-<clusterName>`.
113113

114-
The endpoint will have a different format depending on the cloud as shown in the following table.
114+
The endpoint has a different format depending on the cloud as shown in the following table.
115115

116116
| Cloud | Endpoint | Port |
117117
|:---|:--|:--|

0 commit comments

Comments
 (0)