Skip to content

Commit c6c0eda

Browse files
Merge pull request #263573 from MGoedtel/update261338
Minor fixes to best-practices-performance-scale-large
2 parents 64d710c + d93228d commit c6c0eda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/best-practices-performance-scale-large.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Performance and scaling best practices for large workloads in Azure Kuber
33
titleSuffix: Azure Kubernetes Service
44
description: Learn the best practices for performance and scaling for large workloads in Azure Kubernetes Service (AKS).
55
ms.topic: conceptual
6-
ms.date: 11/03/2023
6+
ms.date: 01/18/2024
77
---
88

99
# Best practices for performance and scaling for large workloads in Azure Kubernetes Service (AKS)
@@ -33,10 +33,10 @@ Kubernetes has a multi-dimensional scale envelope with each resource type repres
3333

3434
The control plane manages all the resource scaling in the cluster, so the more you scale the cluster within a given dimension, the less you can scale within other dimensions. For example, running hundreds of thousands of pods in an AKS cluster impacts how much pod churn rate (pod mutations per second) the control plane can support.
3535

36-
The size of the envelope is proportional to the size of the Kubernetes control plane. AKS supports two control plane tiers as part of the Base SKU: the Free tier and the Standard tier. For more information, see [Free and Standard pricing tiers for AKS cluster management][free-standard-tier].
36+
The size of the envelope is proportional to the size of the Kubernetes control plane. AKS supports three control plane tiers as part of the Base SKU: Free, Standard, and Premium tier. For more information, see [Free, Standard, and Premium pricing tiers for AKS cluster management][pricing-tiers].
3737

3838
> [!IMPORTANT]
39-
> We highly recommend using the Standard tier for production or at-scale workloads. AKS automatically scales up the Kubernetes control plane to support the following scale limits:
39+
> We highly recommend using the Standard or Premium tier for production or at-scale workloads. AKS automatically scales up the Kubernetes control plane to support the following scale limits:
4040
>
4141
> * Up to 5,000 nodes per AKS cluster
4242
> * 200,000 pods per AKS cluster (with Azure CNI Overlay)
@@ -115,7 +115,7 @@ As you scale your AKS clusters to larger scale points, keep the following node p
115115
[managed-nat-gateway]: ./nat-gateway.md
116116
[azure-cni-dynamic-ip]: ./configure-azure-cni-dynamic-ip-allocation.md
117117
[azure-cni-overlay]: ./azure-cni-overlay.md
118-
[free-standard-tier]: ./free-standard-pricing-tiers.md
118+
[pricing-tiers]: ./free-standard-pricing-tiers.md
119119
[cluster-autoscaler]: cluster-autoscaler.md
120120
[azure-npm]: ../virtual-network/kubernetes-network-policies.md
121121

0 commit comments

Comments
 (0)