Skip to content

Commit 98be615

Browse files
authored
Merge pull request #275888 from Nickomang/aks-public-pr-05-21-2024
Fixed etcd typo; changed author
2 parents 7f1d1d5 + a399313 commit 98be615

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

includes/container-service-limits.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
---
2-
title: include file
3-
description: include file
4-
author: mgoedtel
2+
author: nickomang
53
ms.service: azure-kubernetes-service
64
ms.topic: include
75
ms.date: 01/12/2024
8-
ms.author: magoedte
6+
ms.author: nickoman
97
ms.custom: include file
108
---
119

1210
| Resource | Limit |
1311
|--|:-|
14-
| Maximum clusters per subscription | 5000 <br />Note: spread clusters across different regions to account for Azure API throttling limits |
15-
| Maximum nodes per cluster with Virtual Machine Scale Sets and [Standard Load Balancer SKU][standard-load-balancer] | 5000 across all [node-pools][node-pool] <br />Note: If you are unable to scale up to 5000 nodes per cluster, see [Best Practices for Large Clusters](../articles/aks/best-practices-performance-scale-large.md). |
12+
| Maximum clusters per subscription | 5,000 <br />Note: spread clusters across different regions to account for Azure API throttling limits |
13+
| 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). |
1614
| Maximum nodes per node pool (Virtual Machine Scale Sets node pools) | 1000 |
1715
| Maximum node pools per cluster | 100 |
1816
| 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 |
@@ -21,11 +19,11 @@ ms.custom: include file
2119
| Maximum load-balanced kubernetes services per cluster with [Standard Load Balancer SKU][standard-load-balancer] | 300 |
2220
| Maximum nodes per cluster with Virtual Machine Availability Sets and Basic Load Balancer SKU | 100 |
2321

24-
<sup>1</sup> Windows Server containers must use Azure CNI networking plug-in. Kubenet is not supported for Windows Server containers.
22+
<sup>1</sup> Windows Server containers must use Azure CNI networking plug-in. Kubenet isn't supported for Windows Server containers.
2523

2624
| Kubernetes Control Plane tier | Limit |
2725
|--|:-|
28-
| Standard tier | Automatically scales Kubernetes API server based on load. Larger control plane component limits and API server/etc instances. |
26+
| Standard tier | Automatically scales Kubernetes API server based on load. Larger control plane component limits and API server/etcd instances. |
2927
| Free tier | Limited resources with [inflight requests limit](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/) of 50 mutating and 100 read-only calls. Recommended node limit of 10 nodes per cluster. Best for experimenting, learning, and simple testing. **Not advised for production/critical workloads**. |
3028

3129
<!-- LINKS - Internal -->

0 commit comments

Comments
 (0)