intermediateScaling: HPA, VPA & Cluster Autoscaler

Why does HPA require resource requests for percentage-based CPU scaling?

Utilization percentage is calculated relative to the Pod's requested resource value as a baseline denominator. Without a request, the percentage calculation has no basis.

Ready to master this question?

Generate a complete walkthrough — background, the full answer in plain language, a working code example explained line by line, a real-world scenario, common mistakes, and how this same question gets asked in different ways.

Sign in to generate a response

Next Step

Continue to Why can running HPA and VPA on the same metric cause problems?← Back to all Kubernetes questions