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

CKA study material · question 956 of 1000

From inside a node debug Pod, which two paths hold logs worth reading? Choose two.

  1. /host/var/log/kubelet.log
  2. /var/log/kubelet.log
  3. /host/var/log/kube-proxy.log
  4. /host/etc/kubernetes/manifests
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

Challenge yourself on this topic → Study as cards