Skip to content

Commit 4b52651

Browse files
committed
Incorporating feedback into pricing tiers docs
1 parent 555a68f commit 4b52651

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/aks/operator-best-practices-run-at-scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 10/04/2022
1010

1111
# Best practices for creating and running Azure Kubernetes Service (AKS) clusters at scale
1212

13-
If your AKS clusters satisfy any of the following criteria, we recommend using the [Standard tier][standard-tier] with the Uptime SLA feature for higher reliability and scalability of the Kubernetes control plane:
13+
If your AKS clusters satisfy any of the following criteria, we recommend using the [Standard tier that comes with the Uptime SLA feature][standard-tier] for higher reliability and scalability of the Kubernetes control plane:
1414

1515
* Clusters running production workloads or availability-sensitive, mission-critical workloads
1616
* Clusters running more than 10 nodes on average
@@ -21,7 +21,7 @@ To scale AKS clusters beyond 1000 nodes, you need to request a node limit quota
2121
To increase the node limit beyond 1000, you must have the following pre-requisites:
2222

2323
* An existing AKS cluster that needs the node limit increase. This cluster shouldn't be deleted as that will remove the limit increase.
24-
* Uptime SLA enabled on your cluster.
24+
* Clusters using the Standard tier.
2525
* Clusters using Kubernetes version 1.23 or above.
2626

2727
> [!NOTE]

includes/container-service-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ ms.custom: include file
2525

2626
| Kubernetes Control Plane tier | Limit |
2727
| -------------- | :--------------------------------------------- |
28-
| Standard tier | Automatically scales out based on the load |
29-
| 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 |
28+
| Standard tier | Automatically scales Kubernetes API server based on load. Larger control plane component limits and API server/etc instances. |
29+
| 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. **Not advised for production/critical workloads**. |
3030

3131
<!-- LINKS - Internal -->
3232

0 commit comments

Comments
 (0)