- Home
- All questions
- Question 680
CKA study material · question 680 of 1000
A node affinity rule lists two entries under nodeSelectorTerms, each with one matchExpressions clause. When does a node satisfy the rule?
Show the answer
Answer: C. When it matches either term
Terms in nodeSelectorTerms are ORed together, while several expressions inside a single term are ANDed — a distinction that changes the meaning of a rule entirely.
Source: Assigning Pods to Nodes (Kubernetes) — Affinity and anti-affinity › Node affinity