Learn Kubernetes with Google - Intro to Horizontal Pod Autoscaler (HPA)

preview_player
Показать описание
The Horizontal Pod Autoscaler (HPA) is a Kubernetes primitive that enables you to dynamically scale your application (pods) up or down based on your workloads resource utilization such as CPU or Memory, or other potential metrics related to your app.

Read more about this feature:

#LearnKubernetes #HPA #Kubernetes
Рекомендации по теме
Комментарии
Автор

Thank you for your video, please also showcase deployment scenario where your hpa is already in effect (i.e. already scaled due to memory pressure) and maxsurge=1 maxunav.=0 RS=4 and current replicas=2

suhassureshmalusare
Автор

Could you talk about statefulsets with HPA? Is there any way to define custom rule for scale down? For example, only when there is no connections to the statefuleset.

hxd