- Home
- All questions
- Question 867
CKA study material · question 867 of 1000
Inside a Pod created by kubectl debug node/mynode, where is the node's root filesystem?
Show the answer
Answer: A. At /host
A node debug Pod mounts the node's root filesystem at /host, which is where the kubelet and kube-proxy logs under /host/var/log are read.
Source: Debug Running Pods (Kubernetes) — Debugging via a shell on the node