- Home
- All questions
- Question 370
CKA study material · question 370 of 1000
Which kubectl debug flag joins the process namespace of a named container?
Show the answer
Answer: A. --target
The --target flag targets the process namespace of another container so the debugger can see its processes.
Source: Debug Running Pods (Kubernetes) — Example debugging using ephemeral containers