Bird
0
0

Why might a Kubernetes administrator prefer using taints and tolerations over node selectors for scheduling control?

hard📝 Conceptual Q10 of 15
Kubernetes - Scheduling
Why might a Kubernetes administrator prefer using taints and tolerations over node selectors for scheduling control?
ANode selectors allow pods to ignore node conditions
BTaints repel pods unless tolerated, allowing flexible exclusion
CTaints increase node resource limits dynamically
DNode selectors automatically remove pods from nodes
Step-by-Step Solution
Solution:
  1. Step 1: Compare taints/tolerations with node selectors

    Node selectors only select nodes by labels; taints repel pods unless they tolerate them.
  2. Step 2: Understand flexibility of taints

    Taints allow nodes to repel pods dynamically, giving admins more control over scheduling exclusions.
  3. Final Answer:

    Taints repel pods unless tolerated, allowing flexible exclusion -> Option B
  4. Quick Check:

    Taints provide flexible pod exclusion = D [OK]
Quick Trick: Taints repel pods; node selectors only filter nodes [OK]
Common Mistakes:
  • Thinking node selectors remove pods
  • Believing taints change node resources
  • Assuming node selectors ignore node conditions

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes