- Home
- All questions
- Question 683
CKA study material · question 683 of 1000
An inter-pod anti-affinity rule uses topology.kubernetes.io/zone as its topologyKey, but several nodes have no such label. What is the documented consequence?
Show the answer
Answer: C. Behaviour becomes unpredictable
Inter-pod affinity requires that every node in the cluster carries a label matching the topologyKey; nodes missing it can lead to unintended behaviour.
Source: Assigning Pods to Nodes (Kubernetes) — Affinity and anti-affinity › Inter-pod affinity and anti-affinity