Today's let's learn about Kubernetes Pod Priority & Preemption Pod Priority Pod priority is a Kubernetes scheduling feature that allows Kubernetes to make scheduling decisions comparing other pods. If you set a priority to a pod, in terms of scheduling, Kubernetes places the high priority pod ahead of low priority pods. However, if the scheduling requirements are not met, the scheduler goes ahead with scheduling the lower priority pods.
Share this post
Kubernetes Pod Priority & Preemption
Share this post
Today's let's learn about Kubernetes Pod Priority & Preemption Pod Priority Pod priority is a Kubernetes scheduling feature that allows Kubernetes to make scheduling decisions comparing other pods. If you set a priority to a pod, in terms of scheduling, Kubernetes places the high priority pod ahead of low priority pods. However, if the scheduling requirements are not met, the scheduler goes ahead with scheduling the lower priority pods.