Study. uk . com
  1. Home
  2. All questions
  3. 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?

  1. At /host
  2. At /rootfs
  3. At /
  4. At /var/lib/kubelet/host
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

Challenge yourself on this topic → Study as cards