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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ ms.date: 08/06/2024
9
9
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.
10
10
11
11
## 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.
13
13
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.
15
15
16
16
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.
17
17
@@ -45,12 +45,12 @@ ContainerLogV2
45
45
46
46
## Limitations
47
47
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.
49
49
50
-
- AKS Clusters with ARM64 nodes
50
+
- AKS Clusters with Arm64 nodes
51
51
- Azure Arc-enabled Kubernetes
52
52
- 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
54
54
- Configuring through **Monitor Settings** from AKS Insights
55
55
- Automatic migration from existing Container Insights
56
56
@@ -109,9 +109,9 @@ See [Enable Container insights](./kubernetes-monitoring-enable.md?tabs=arm#enabl
109
109
## Network and firewall requirements
110
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
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>`.
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>`.
113
113
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.
0 commit comments