Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Linux Foundation CKA Exam - Topic 3 Question 101 Discussion

SIMULATIONScore: 13%TaskA Kubernetes worker node, named wk8s-node-0 is in state NotReady. Investigate why this is the case, and perform any appropriate steps to bring the node to a Ready state, ensuring that any changes are made permanent.
A) See the solution below

Linux Foundation CKA Exam - Topic 3 Question 101 Discussion

Actual exam question for Linux Foundation's CKA exam
Question #: 101
Topic #: 3
[All CKA Questions]

SIMULATION

Score: 13%

Task

A Kubernetes worker node, named wk8s-node-0 is in state NotReady. Investigate why this is the case, and perform any appropriate steps to bring the node to a Ready state, ensuring that any changes are made permanent.

Show Suggested Answer Hide Answer
Suggested Answer: A

Solution:

sudo -i

systemctl status kubelet

systemctl start kubelet

systemctl enable kubelet


Contribute your Thoughts:

0/2000 characters
Eden
2 days ago
I've seen this happen before, usually a quick reboot helps.
upvoted 0 times
...
Blythe
8 days ago
Wait, how can a node just go NotReady like that?
upvoted 0 times
...
Peggy
13 days ago
Totally agree, check the CPU and memory usage!
upvoted 0 times
...
Viola
18 days ago
The node is NotReady due to resource issues.
upvoted 0 times
...
Socorro
23 days ago
I vaguely recall needing to check the network configuration or resource limits. I hope I can figure out how to make the changes permanent!
upvoted 0 times
...
Lovetta
28 days ago
This seems similar to a practice question where we had to troubleshoot a pod issue. I wonder if the same steps apply here?
upvoted 0 times
...
Lashanda
1 month ago
I think we might need to look at the kubelet logs to find out why the node is in that state. I hope I can remember the command for that.
upvoted 0 times
...
Lizbeth
1 month ago
I remember we practiced checking the node status with `kubectl get nodes`, but I'm not sure what to do if it's NotReady.
upvoted 0 times
...

Save Cancel