- Home
- All questions
- Question 956
CKA study material · question 956 of 1000
From inside a node debug Pod, which two paths hold logs worth reading? Choose two.
Show the answer
Answer: A. /host/var/log/kubelet.log
C. /host/var/log/kube-proxy.log
The node's root filesystem is mounted at /host, so its logs are read under /host/var/log. The manifests directory holds static Pod definitions, not logs.
Source: Debugging Kubernetes Nodes With Kubectl (Kubernetes) — Debugging a Node using kubectl debug node