exam questions

Exam KCNA All Questions

View all questions & answers for the KCNA exam

Exam KCNA topic 1 question 170 discussion

Actual exam question from Linux Foundation's KCNA
Question #: 170
Topic #: 1
[All KCNA Questions]

Which control plane component is responsible for updating the node Ready condition if a node becomes unreachable?

  • A. The kube-oroxy.
  • B. The node controller.
  • C. The kubelct.
  • D. The kube-apiserver
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
8378ffe
2 months, 2 weeks ago
Selected Answer: B
The Node Controller, a component of the Kubernetes control plane, is responsible for updating the Node's Ready condition to Unknown or NotReady when it becomes unreachable and fails to send heartbeats to the control plane within a specific grace period. It continuously monitors node health, and when a node fails to report back, the Node Controller takes action to mark the node as unavailable and initiates the rescheduling of its pods to healthier nodes.
upvoted 1 times
...
Zangi
4 months, 1 week ago
Selected Answer: B
Feels like B is the intended answer here. The wording is tricky.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...