Skip to content

Commit fe7076d

Browse files
Merge pull request #276366 from abubinski/anbubin/aks-limits
Updated AKS cluster limits to lower limit
2 parents ef19bf6 + 84a77d8 commit fe7076d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

includes/container-service-limits.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,19 @@ 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 globally | 5,000 |
13+
| Maximum clusters per subscription per region <sup>1</sup> | 100 |
1314
| 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). |
1415
| Maximum nodes per node pool (Virtual Machine Scale Sets node pools) | 1000 |
1516
| Maximum node pools per cluster | 100 |
1617
| 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 |
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 |
1819
| 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 |
1920
| Maximum load-balanced kubernetes services per cluster with [Standard Load Balancer SKU][standard-load-balancer] | 300 |
2021
| Maximum nodes per cluster with Virtual Machine Availability Sets and Basic Load Balancer SKU | 100 |
2122

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.
2325

2426
| Kubernetes Control Plane tier | Limit |
2527
|--|:-|
@@ -32,8 +34,6 @@ ms.custom: include file
3234
[Azure CNI]: ../articles/aks/concepts-network-cni-overview.md
3335
[standard-load-balancer]: ../articles/load-balancer/load-balancer-overview.md
3436
[node-pool]: ../articles/aks/create-node-pools.md
35-
[Contact Support]: https://portal.azure.com/#create/Microsoft.Support/Parameters/%7B%0D%0A%09%22subId%22%3A+%22%22%2C%0D%0A%09%22pesId%22%3A+%225a3a423f-8667-9095-1770-0a554a934512%22%2C%0D%0A%09%22supportTopicId%22%3A+%2280ea0df7-5108-8e37-2b0e-9737517f0b96%22%2C%0D%0A%09%22contextInfo%22%3A+%22AksLabelDeprecationMarch22%22%2C%0D%0A%09%22caller%22%3A+%22Microsoft_Azure_ContainerService+%2B+AksLabelDeprecationMarch22%22%2C%0D%0A%09%22severity%22%3A+%223%22%0D%0A%7D
3637

3738
<!-- LINKS - External -->
3839

39-
[azure-support]: https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest

0 commit comments

Comments
 (0)