Priority vs Preemption

High-priority pods can preempt low. Behaviour.

Idea

Priority and preemption together produce ordered workload survival under cluster pressure. Priority specifies relative importance; preemption is the mechanism that enforces it. The discipline is using both correctly to protect critical workloads.

What the idea looks like:

The idea is the safety net. Critical workloads are protected automatically when capacity is tight.

When

Priority and preemption fit mixed-priority clusters. Some workloads must always run; others tolerate preemption; the cluster supports both with the right priority configuration.

Mixed-priority is the natural fit. The discipline produces the right behavior under capacity pressure.

Policy

The preemptionPolicy field on pods controls preemption behavior. Some pods should not preempt others; the policy field handles these cases.

Priority vs preemption is one of those Kubernetes scheduling disciplines that pays off when capacity gets tight. Nova AI Ops integrates with cluster scheduling telemetry, surfaces priority and preemption patterns, and supports the team's workload survival decisions.