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

CKA study material · question 513 of 1000

A worker node's network link fails and it stops answering the control plane. What does the node controller write to that Node's Ready condition?

  1. Unknown
  2. False
  3. NotReady
  4. Failed
Show the answer

Answer: A. Unknown

An unreachable node is not known to be broken, only unheard from, so the node controller sets Ready to Unknown. False would assert the node had reported itself unhealthy.

Source: Nodes (Kubernetes) — Node controller

Challenge yourself on this topic → Study as cards