- Home
- All questions
- Question 667
CKA study material · question 667 of 1000
A Pod carries a toleration with an empty key and the operator Exists, and no effect. What does it tolerate?
Show the answer
Answer: B. Every taint on every node
An empty key with Exists matches all keys and values, and an empty effect matches all effects — together they tolerate everything, which is why such a toleration is used sparingly.
Source: Taints and Tolerations (Kubernetes) — Concepts