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

CKA study material · question 865 of 1000

A debug copy adds an Ubuntu container beside a distroless application container, but the new container cannot see the application's processes. Which flag was missed?

  1. --copy-to
  2. --profile=sysadmin
  3. --share-processes
  4. --attach=false
Show the answer

Answer: C. --share-processes

--share-processes shares the process namespace across the Pod's containers, which is what lets a tools container inspect a distroless one.

Source: Debug Running Pods (Kubernetes) — Debugging using a copy of the Pod › Copying a Pod while adding a new container

Challenge yourself on this topic → Study as cards