Skip to content

Commit 26b1e6d

Browse files
committed
Use HorizontalPodAutoscaler when referring to the API object in 2024-04-28 HPA blog post
1 parent 76ccd58 commit 26b1e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2025-04-28-hpa-configurable-tolerance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ automatically resize by adding or removing replicas based on resource
1818
utilization.
1919

2020
Let's say you have a web application running in a Kubernetes cluster with 50
21-
replicas. You configure the Horizontal Pod Autoscaler (HPA) to scale based on
21+
replicas. You configure the HorizontalPodAutoscaler (HPA) to scale based on
2222
CPU utilization, with a target of 75% utilization. Now, imagine that the current
2323
CPU utilization across all replicas is 90%, which is higher than the desired
2424
75%. The HPA will calculate the required number of replicas using the formula:

0 commit comments

Comments
 (0)