Back to Glossary
Kubernetes

What is VPA (Vertical Pod Autoscaler)?

Kubernetes component that automatically adjusts CPU and memory requests for pods.

The Vertical Pod Autoscaler (VPA) automatically adjusts the CPU and memory requests and limits for pods based on observed usage. VPA has three modes: Off (recommendation only), Initial (set resources at pod creation), and Auto (update running pods by evicting and re-creating them). VPA is useful for right-sizing over-provisioned pods to reduce waste. It cannot be used with HPA on the same metric (CPU/memory), but can be combined with KEDA on custom metrics.

Free Tool

k8s calculator

Test your knowledge of VPA (Vertical Pod Autoscaler) and 130 other DevOps concepts