HPA scales _capacity_, not _workload_#365
Open
davidvancina-mulesoft wants to merge 1 commit intomulesoft:latestfrom
Open
HPA scales _capacity_, not _workload_#365davidvancina-mulesoft wants to merge 1 commit intomulesoft:latestfrom
davidvancina-mulesoft wants to merge 1 commit intomulesoft:latestfrom
Conversation
HPA scales _capacity_, not _workload_. I recognize that this language was taken directly from the Kubernetes HPA documentation, and have submitted a corresponding pull request there as well. (kubernetes/website#53923)
davidvancina-mulesoft
added a commit
to davidvancina-mulesoft/docs-hosting
that referenced
this pull request
Jan 5, 2026
Same issue as my previous PR: mulesoft#365
lmktfy
reviewed
Jan 11, 2026
| xref:object-store::index.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. As a result of these regular autoscaling operations, an application can be changed to a new replica without user action. | ||
| 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. As a result of these regular autoscaling operations, an application can be changed to a new replica without user action. |
There was a problem hiding this comment.
NB when copying from Creative Commons documentation, you may need to add an attribution to the published docs.
Kubernetes docs license: https://github.com/kubernetes/website/blob/main/LICENSE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
HPA scales capacity, not workload. I recognize that this language was taken directly from the Kubernetes HPA documentation, and have submitted a corresponding pull request there as well. (kubernetes/website#53923)