Horizontal Pod Autoscaler

Glossary Page

Horizontal Pod Autoscaler (HPA) is a Kubernetes API resource that automatically adjusts the number of replicas of a Pod based on targeted CPU utilization or custom metric targets. HPA is usually utilized with ReplicationControllers, Deployments, or ReplicaSets, and cannot be applied to objects that cannot be scaled, such as DaemonSets.

https://kubernetes.io/docs/reference/glossary/?all=true external-link

Latest Webinars

Latest Articles