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: includes/container-service-limits.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,19 @@ ms.custom: include file
9
9
10
10
| Resource | Limit |
11
11
|--|:-|
12
-
| Maximum clusters per subscription | 5,000 <br />Note: spread clusters across different regions to account for Azure API throttling limits |
12
+
| Maximum clusters per subscription globally | 5,000 |
13
+
| Maximum clusters per subscription per region <sup>1</sup> | 100 |
13
14
| Maximum nodes per cluster with Virtual Machine Scale Sets and [Standard Load Balancer SKU][standard-load-balancer]| 5,000 across all [node pools][node-pool] <br />Note: If you're unable to scale up to 5,000 nodes per cluster, see [Best Practices for Large Clusters](../articles/aks/best-practices-performance-scale-large.md). |
14
15
| Maximum nodes per node pool (Virtual Machine Scale Sets node pools) | 1000 |
| Maximum pods per node: with [Azure Container Networking Interface (Azure CNI)][Azure CNI]<sup>1</sup> | Maximum: 250 <br /> Maximum recommended for Windows Server containers: 110 <br /> Default: 30 |
18
+
| Maximum pods per node: with [Azure Container Networking Interface (Azure CNI)][Azure CNI]<sup>2</sup> | Maximum: 250 <br /> Maximum recommended for Windows Server containers: 110 <br /> Default: 30 |
18
19
| Open Service Mesh (OSM) AKS addon | Kubernetes Cluster Version: AKS Supported Versions<br />OSM controllers per cluster: 1<br />Pods per OSM controller: 1600<br />Kubernetes service accounts managed by OSM: 160 |
19
20
| Maximum load-balanced kubernetes services per cluster with [Standard Load Balancer SKU][standard-load-balancer]| 300 |
20
21
| Maximum nodes per cluster with Virtual Machine Availability Sets and Basic Load Balancer SKU | 100 |
21
22
22
-
<sup>1</sup> Windows Server containers must use Azure CNI networking plug-in. Kubenet isn't supported for Windows Server containers.
23
+
<sup>1</sup> More are allowed upon request.<br />
24
+
<sup>2</sup> Windows Server containers must use Azure CNI networking plug-in. Kubenet isn't supported for Windows Server containers.
0 commit comments