- Home
- All questions
- Question 894
CKA study material · question 894 of 1000
You need the kubelet's own logs on a systemd node. Which command reads them?
Show the answer
Answer: D. journalctl -u kubelet
On a systemd node the kubelet and container runtime write to journald; they run outside containers, so kubectl logs and crictl cannot reach them.
Source: Logging Architecture (Kubernetes) — System component logs › Log locations