Hao Liang's Blog

Embrace the World with Cloud Native and Open-source

HPA in Kubernetes

一、Introduction to HPA HPA (Horizontal Pod Autoscaler) Pod automatically scales up and down. K8S realizes dynamic addition and reduction of the number of Pod instances by detecting various indicators of the containers running in the Pod (CPU usage, memory usage, network requests). Early Kubernetes versions only supported the detection of CPU indicators because it was implemented through