Skip to content

Commit 9ee3c02

Browse files
committed
updated AKS cluster limits
1 parent 7560962 commit 9ee3c02

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

includes/container-service-limits.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@ ms.custom: include file
99

1010
| Resource | Limit |
1111
|--|:-|
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 per region<sup>1</sup> | 100 <br />Note: Spread clusters across different regions to account for Azure API throttling limits |
1313
| 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). |
1414
| Maximum nodes per node pool (Virtual Machine Scale Sets node pools) | 1000 |
1515
| Maximum node pools per cluster | 100 |
1616
| Maximum pods per node: with [Kubenet][Kubenet] networking plug-in<sup>1</sup> | Maximum: 250 <br /> Azure CLI default: 110 <br /> Azure Resource Manager template default: 110 <br /> Azure portal deployment default: 30 |
17-
| 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 |
17+
| 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 |
1818
| 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 |
1919
| Maximum load-balanced kubernetes services per cluster with [Standard Load Balancer SKU][standard-load-balancer] | 300 |
2020
| Maximum nodes per cluster with Virtual Machine Availability Sets and Basic Load Balancer SKU | 100 |
2121

22-
<sup>1</sup> Windows Server containers must use Azure CNI networking plug-in. Kubenet isn't supported for Windows Server containers.
22+
<sup>1</sup> More are allowed upon request.<br />
23+
<sup>2</sup> Windows Server containers must use Azure CNI networking plug-in. Kubenet isn't supported for Windows Server containers.
2324

2425
| Kubernetes Control Plane tier | Limit |
2526
|--|:-|

0 commit comments

Comments
 (0)