Study. uk . com
  1. Home
  2. All questions
  3. Question 675

CKA study material · question 675 of 1000

A Pod uses a PriorityClass with preemptionPolicy: Never. Can that Pod itself be preempted?

  1. No; the policy protects it from preemption
  2. Only by Pods using the same PriorityClass
  3. Only if it is in the BestEffort QoS class
  4. Yes, by a Pod of higher priority
Show the answer

Answer: D. Yes, by a Pod of higher priority

preemptionPolicy governs what a Pod does to others, not what may be done to it; a non-preempting Pod is still a candidate for preemption by something higher-priority.

Source: Pod Priority and Preemption (Kubernetes) — Non-preempting PriorityClass

Challenge yourself on this topic → Study as cards