What is an HPA Policy?
Sigiloso
● An HPA (Horizontal Pod Autoscaler) Policy is used to automatically increase or decrease the amount of pods running a given workload. It can be configured to dynamically scale based on certain metrics (such as CPU utilization) or traffic fluctuations. If trying to scale based upon incoming traffic, you will need to use a custom metric, since the default metrics available to an HPA don’t necessarily translate to traffic metrics