From bd291d8a008574eef7e4bf0c139a6b6e46d692a3 Mon Sep 17 00:00:00 2001 From: davidvancina-mulesoft <41162967+davidvancina-mulesoft@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:50:40 -0600 Subject: [PATCH] HPA scales capacity, not workload Same issue as my previous PR: https://github.com/mulesoft/docs-hosting/pull/365 --- .../ROOT/pages/ch2-configure-horizontal-autoscaling.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudhub-2/modules/ROOT/pages/ch2-configure-horizontal-autoscaling.adoc b/cloudhub-2/modules/ROOT/pages/ch2-configure-horizontal-autoscaling.adoc index f674c372c..3ef6f21f6 100644 --- a/cloudhub-2/modules/ROOT/pages/ch2-configure-horizontal-autoscaling.adoc +++ b/cloudhub-2/modules/ROOT/pages/ch2-configure-horizontal-autoscaling.adoc @@ -8,7 +8,7 @@ Configure CPU-based horizontal scaling for Mule applications to make them respon [NOTE] This feature applies only to customers who are opted into the new pricing and packaging model. For more details, see xref:general::pricing.adoc[] -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^]. +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^]. The xref:general::pricing.adoc#global-resource-pool-limits[Global Resource Pool Limit] does not limit the applications configured with Horizontal Pod Autoscaling.