Skip to content

Commit bd291d8

Browse files
HPA scales capacity, not workload
Same issue as my previous PR: mulesoft#365
1 parent 05b6811 commit bd291d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloudhub-2/modules/ROOT/pages/ch2-configure-horizontal-autoscaling.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Configure CPU-based horizontal scaling for Mule applications to make them respon
88
[NOTE]
99
This feature applies only to customers who are opted into the new pricing and packaging model. For more details, see xref:general::pricing.adoc[]
1010

11-
In Kubernetes, a Horizontal Pod Autoscaler (HPA) automatically updates a workload resource to scale the workload to match demand. Horizontal scaling automatically deploys more pods as a response to an increased load. For more information, visit the https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale[Kubernetes documentaton^].
11+
In Kubernetes, a Horizontal Pod Autoscaler (HPA) automatically updates a workload resource to scale capacity to match demand. Horizontal scaling automatically deploys more pods as a response to an increased load. For more information, visit the https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale[Kubernetes documentaton^].
1212

1313
The xref:general::pricing.adoc#global-resource-pool-limits[Global Resource Pool Limit] does not limit the applications configured with Horizontal Pod Autoscaling.
1414

0 commit comments

Comments
 (0)