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

CKA study material · question 180 of 1000

A PriorityClass is deleted while Pods still reference it. What happens?

  1. Those Pods continue unchanged, but no new Pod may use the name
  2. Those Pods are evicted
  3. The deletion is rejected
  4. Those Pods drop to priority zero
Show the answer

Answer: A. Those Pods continue unchanged, but no new Pod may use the name

Existing Pods keep running; the deleted name simply cannot be referenced by new Pods.

Source: Pod Priority and Preemption (Kubernetes) — Notes about PodPriority and existing clusters

Challenge yourself on this topic → Study as cards