Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
HPA scales capacity, not workload
Same issue as my previous PR: #365
  • Loading branch information
davidvancina-mulesoft authored Jan 5, 2026
commit bd291d8a008574eef7e4bf0c139a6b6e46d692a3
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down