- Home
- All questions
- Question 868
CKA study material · question 868 of 1000
In a node debug session, chroot /host fails with a permissions error. Why?
Show the answer
Answer: C. The debug Pod is not privileged
A node debug Pod runs in the host IPC, network and PID namespaces but is not privileged, so operations needing superuser access can fail; --profile=sysadmin is the documented remedy.
Source: Debug Running Pods (Kubernetes) — Debugging via a shell on the node