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

CKA study material · question 165 of 1000

A Pod uses requiredDuringSchedulingIgnoredDuringExecution node affinity and no node matches. What happens?

  1. The Pod stays unscheduled
  2. The Pod is scheduled to an arbitrary node
  3. The Pod is rejected by admission control
  4. The rule is downgraded to preferred
Show the answer

Answer: A. The Pod stays unscheduled

A required affinity rule must be satisfied, so the Pod remains pending when nothing matches.

Source: Assigning Pods to Nodes (Kubernetes) — Node affinity

Challenge yourself on this topic → Study as cards