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?
Kubernetes pods and resources
While a pod can hold multiple containers, for the purpose of this article, I will discuss them as a single object.
Powered by WPeMatico