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

CKA study material · question 173 of 1000

A node carries three taints and a Pod tolerates two of them, the untolerated one being NoSchedule. What is the outcome?

  1. The scheduler ignores all three taints
  2. The Pod is scheduled but immediately evicted
  3. The Pod is scheduled, because most taints are tolerated
  4. The Pod is not scheduled onto that node
Show the answer

Answer: D. The Pod is not scheduled onto that node

Tolerated taints are ignored, and one remaining NoSchedule taint is enough to block scheduling.

Source: Taints and Tolerations (Kubernetes) — Taint effects

Challenge yourself on this topic → Study as cards