scraly / understanding-kubernetes-in-a-visual-way

7 stars 0 forks source link

New concept: Vertical Pod Autoscaler #5

Open rverchere opened 1 year ago

rverchere commented 1 year ago

Add VPA, as you already cover HPA.

Note that in K8S 1.27, there is no need to restart the container when resources are updated (alpha release, see https://kubernetes.io/blog/2023/05/12/in-place-pod-resize-alpha/). I do not know the VPA behavior.

scraly commented 9 months ago

About the VPA behavior it's in alpha since 1.29 :)

c.f "in-place update of pod resource"

scraly commented 9 months ago

Quand ce sera stable je l'ajouterai dans les pages principales (pour ne pas a avoir a preciser d'activer telle ou telle feature gate :) )

rverchere commented 9 months ago

I also discovered the Multidimensional pod autoscaler (MultidimPodAutoscaler) : https://cloud.google.com/kubernetes-engine/docs/how-to/multidimensional-pod-autoscaling?hl=fr

One more page to add ;)