Skip to main content

What is the difference between eviction due to node pressure and preemption?

Mid Kubernetes
Quick Answer Node pressure eviction: kubelet proactively evicts Pods because the node is running low on memory or disk รขโ‚ฌโ€ it removes the lowest-priority Pods to keep the node healthy. Preemption: the scheduler evicts lower-priority Pods on a node to make room for a higher-priority Pod that couldn't fit. Eviction is reactive; preemption is scheduled.

Answer

Eviction removes Pods for node stability; preemption removes Pods for priority scheduling.
S
SugharaIQ Editorial Team Verified Answer

This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.

Want to bookmark, take notes, or join discussions?

Sign in to access all features and personalize your learning experience.

Sign In Create Account

Source: SugharaIQ

Ready to level up? Start Practice