Skip to content

Commit 0d03392

Browse files
authored
Merge pull request #96717 from mlearned/mlearned-aks-limits-quotas-gh-issue
fxing per jluk
2 parents 6e70a99 + 04cfcbe commit 0d03392

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

includes/container-service-limits.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ author: dlepow
66

77
ms.service: container-service
88
ms.topic: include
9-
ms.date: 10/11/2018
9+
ms.date: 11/22/2019
1010
ms.author: danlep
1111
ms.custom: include file
1212
---
1313

1414
| Resource | Default limit |
1515
| --- | :--- |
1616
| Maximum clusters per subscription | 100 |
17-
| Maximum nodes per cluster | 100 |
17+
| Maximum nodes per cluster with Virtual Machine Availability Sets and Basic Load Balancer SKU | 100 |
18+
| Maximum nodes per cluster with Virtual Machine Scale Sets and [Standard Load Balancer SKU][standard-load-balancer] | 800 (100 nodes per [node pool][node-pool]) |
1819
| Maximum pods per node: [Basic networking][basic-networking] with Kubenet | 110 |
1920
| Maximum pods per node: [Advanced networking][advanced-networking] with Azure Container Networking Interface | Azure CLI deployment: 30<sup>1</sup><br />Azure Resource Manager template: 30<sup>1</sup><br />Portal deployment: 30 |
2021

@@ -23,6 +24,8 @@ ms.custom: include file
2324
<!-- LINKS - Internal -->
2425
[basic-networking]: ../articles/aks/concepts-network.md#kubenet-basic-networking
2526
[advanced-networking]: ../articles/aks/concepts-network.md#azure-cni-advanced-networking
27+
[standard-load-balancer]: ../articles/load-balancer/load-balancer-standard-overview.md
28+
[node-pool]: ../articles/aks/use-multiple-node-pools.md
2629

2730
<!-- LINKS - External -->
2831
[azure-support]: https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest

0 commit comments

Comments
 (0)