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

CKA study material · question 495 of 1000

A node debugging session lacks tcpdump. What explains this?

  1. Packet capture is blocked in debugging Pods
  2. tcpdump requires a privileged container
  3. The node's kernel lacks packet capture support
  4. The tools available depend entirely on the chosen image
Show the answer

Answer: D. The tools available depend entirely on the chosen image

Debug commands differ with the image used and may need installing inside the debugging Pod.

Source: Debugging Kubernetes Nodes With Kubectl (Kubernetes) — Debugging a Node using kubectl debug node

Challenge yourself on this topic → Study as cards