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

CKA study material · question 148 of 1000

Which tolerations does the DaemonSet controller add to its Pods automatically? Choose two.

  1. node.kubernetes.io/no-executor
  2. node.kubernetes.io/not-ready
  3. node.kubernetes.io/unschedulable
  4. node.kubernetes.io/network-unavailable-forever
Show the answer

Answer: B. node.kubernetes.io/not-ready
C. node.kubernetes.io/unschedulable

DaemonSet Pods tolerate not-ready, unreachable, the pressure taints and unschedulable, so they run where others cannot.

Source: DaemonSet (Kubernetes) — Taints and tolerations

Challenge yourself on this topic → Study as cards