Setting the right requests and limits in Kubernetes
出处:
learnk8s.io
作者:
Santhosh Nagaraj
In Kubernetes resource constraints are used to schedule the Pod in the right node, and it also affects which Pod is killed or starved at times of high load. In this blog, you will explore setting resource limits for a Flask web service automatically using the Vertical Pod Autoscaler and the metrics server.