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: AKS-Arc/scale-requirements.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,25 +40,23 @@ This article describes the maximum and minimum supported scale count for AKS on
40
40
## Scale requirements when using autoscaler with AKS on Azure Local
41
41
42
42
> [!NOTE]
43
-
> When autoscaler is enabled, Arc Resource Bridge (ARB) memory configuration determines the supported number of AKS clusters:
44
-
> -**Up to 12 clusters** with an **8 GB ARB**
45
-
> -**Up to 24 clusters** with a **16 GB ARB**
43
+
> When autoscaler is enabled, AKS on Azure Local currently supports a maximum of **12 clusters** per Azure Local environment.
46
44
>
47
-
> If these limits are 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).
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).
48
46
>
49
-
> If autoscaler is enabled on an environment that already exceeds these limits, performance may be impacted. Managing to supported limits is recommended.
50
-
51
-
To increase ARB memory and support additional clusters when using autoscaler, follow the resizing guide (link pending from Aline Tran).
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.
52
48
53
49
| Scale item | Count |
54
50
|-------------|--------|
55
-
|Max Number of AKS clusters per Azure Local cluster | 12 (8 GB ARB)<br>24 (16 GB ARB)|
56
-
| Number of concurrent AKS cluster creations on an ARB | 4 |
57
-
| Number of concurrent node pool creations on an ARB | 4 |
58
-
| Number of concurrent operations across all different AKS clusters such as upgrade/scaling, etc., excluding creating node pool or clusters | 12 (8 GB ARB)<br>24 (16 GB ARB) |
51
+
|Maximum number of AKS clusters with autoscaler enabled | 12 |
52
+
| Number of concurrent AKS cluster creations | 4 |
53
+
| Number of concurrent node pool creations | 4 |
54
+
| Number of concurrent operations across all clusters (excluding cluster/node pool creation) | 12 |
59
55
60
56
Learn more about autoscaling with AKS on Azure Local [here](/azure/aks/aksarc/auto-scale-aks-arc).
61
57
58
+
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.
0 commit comments