Skip to content

Commit 5acc9bf

Browse files
Update how-to-managed-cluster-autoscale.md
1 parent 643042c commit 5acc9bf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/service-fabric/how-to-managed-cluster-autoscale.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ ms.date: 10/25/2021
1717
* Only [Azure Monitor published metrics](../azure-monitor/essentials/metrics-supported.md) are supported.
1818

1919
>[!NOTE]
20-
> Autoscale of the node type is done based on the managed cluster VMSS CPU host metrics.
21-
> VMSS resource is autoresolved in the template.
20+
> If using an OS Image "-with-containers” memory metrics from Azure Monitor will not be available.
21+
22+
2223
A common scenario where autoscaling is useful is when the load on a particular service varies over time. For example, a service such as a gateway can scale based on the amount of resources necessary to handle incoming requests. Let's take a look at an example of what those scaling rules could look like and we'll use them later in the article:
2324
* If all instances of my gateway are using more than 70% on average, then scale the gateway service out by adding two more instance. Do this every 30 minutes, but never have more than twenty instances in total.
2425
* If all instances of my gateway are using less than 40% cores on average, then scale the service in by removing one instance. Do this every 30 minutes, but never have fewer than three instances in total.
@@ -30,7 +31,8 @@ This example will walk through:
3031
* Adding autoscale rules to the secondary node type, `NT2`.
3132

3233
>[!NOTE]
33-
> If using an OS Image "-with-containers” memory metrics from Azure Monitor will not be available.
34+
> Autoscale of the node type is done based on the managed cluster VMSS CPU host metrics.
35+
> VMSS resource is autoresolved in the template.
3436
3537

3638
The following will take you step by step through setup of a cluster with autoscale configured.

0 commit comments

Comments
 (0)