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
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,16 @@
1
1
---
2
-
title: include file
3
-
description: include file
4
-
author: mgoedtel
2
+
author: nickomang
5
3
ms.service: azure-kubernetes-service
6
4
ms.topic: include
7
5
ms.date: 01/12/2024
8
-
ms.author: magoedte
6
+
ms.author: nickoman
9
7
ms.custom: include file
10
8
---
11
9
12
10
| Resource | Limit |
13
11
|--|:-|
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 [nodepools][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). |
16
14
| Maximum nodes per node pool (Virtual Machine Scale Sets node pools) | 1000 |
| Maximum load-balanced kubernetes services per cluster with [Standard Load Balancer SKU][standard-load-balancer]| 300 |
22
20
| Maximum nodes per cluster with Virtual Machine Availability Sets and Basic Load Balancer SKU | 100 |
23
21
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.
25
23
26
24
| Kubernetes Control Plane tier | Limit |
27
25
|--|:-|
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. |
29
27
| 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**. |
0 commit comments