Skip to content

Commit 774bdde

Browse files
Merge pull request #17771 from hariarun18/docs-editor/scale-requirements-1745854303
Clarify AKS on Azure Local scale and concurrency limits; improve formatting
2 parents 0dbaf9a + aded8b6 commit 774bdde

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

AKS-Arc/scale-requirements.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,35 @@ This article describes the maximum and minimum supported scale count for AKS on
2626
| Number of node pools in an AKS cluster | 1 | 16 |
2727
| Number of nodes in a node pool (empty node pools not supported) | 1 | 64 |
2828
| Total number of nodes in an AKS cluster across nodepools | 1 | 200 |
29-
| Number of AKS clusters per Azure Local cluster | 0| 32 |
29+
| Number of AKS clusters per Azure Local cluster | 0 | 32 |
3030

31-
## Concurrency for AKS enabled by Arc
31+
## Concurrency for AKS on Azure Local
3232

3333
| Scale item  | Count  |
3434
|-------------|--------|
3535
| Number of concurrent AKS cluster creations on an ARB  ||
3636
| Number of concurrent node pool creations on an ARB  ||
37-
| Number of concurrent operations across all different AKS clusters such as upgrade/scaling, etc., excluding creating node pool or clusters per ARB  | 32  |
38-
| Number of long running operations that can be run simultaneously on an AKS cluster  | 1 per cluster.  |
37+
| Number of concurrent operations across all different AKS clusters such as upgrade/scaling, etc., excluding creating node pool or clusters  | 32 |
38+
| Number of long running operations that can be run simultaneously on an AKS cluster  | 1 per cluster. |
39+
40+
## Scale requirements when using autoscaler with AKS on Azure Local
41+
42+
> [!NOTE]
43+
> When autoscaler is enabled, AKS on Azure Local currently supports a maximum of **12 clusters** per Azure Local environment.
44+
>
45+
> If this limit is exceeded, operations such as creating additional clusters or node pools may not succeed. To manage capacity, we recommend deleting unused clusters using [az aksarc delete](/cli/azure/aksarc#az-aksarc-delete).
46+
>
47+
> If autoscaler is enabled in an environment that already exceeds the supported cluster count, performance may be impacted. Managing within supported limits is recommended.
48+
49+
| Scale item  | Count  |
50+
|-------------|--------|
51+
| Maximum number of AKS clusters with autoscaler enabled | 12 |
52+
| Number of concurrent AKS cluster creations ||
53+
| Number of concurrent node pool creations ||
54+
55+
Learn more about autoscaling with AKS on Azure Local [here](/azure/aks/aksarc/auto-scale-aks-arc).
56+
57+
If you're operating at enterprise scale and have scenarios that require higher cluster counts with autoscaler enabled, reach out to your Microsoft account team or support to discuss potential options.
3958

4059
## Default values for virtual machine sizes
4160

0 commit comments

Comments
 (0)