LXer: A guide to Kubernetes pod eviction
by LXer from LinuxQuestions.org on (#5T4BS)
Published at LXer:
One of the strengths of Kubernetes is scheduling. It handles application pod placement across nodes in a cluster and their resource allocation, so you don't have to worry about balancing resources yourself. When it runs out of resources, Kubernetes can evict pods-but how does Kubernetes decide which pod to evict?
Read More...
One of the strengths of Kubernetes is scheduling. It handles application pod placement across nodes in a cluster and their resource allocation, so you don't have to worry about balancing resources yourself. When it runs out of resources, Kubernetes can evict pods-but how does Kubernetes decide which pod to evict?
Read More...