- Home
- All questions
- Question 957
CKA study material · question 957 of 1000
A node debug Pod's /host does not show the whole machine's filesystem. What would explain that?
Show the answer
Answer: C. The kubelet is running inside its own filesystem namespace
When the kubelet runs in a filesystem namespace, the debug Pod sees that namespace's root under /host rather than the entire node's.
Source: Debugging Kubernetes Nodes With Kubectl (Kubernetes) — Debugging a Node using kubectl debug node