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

CKA study material · question 372 of 1000

What does --share-processes do when copying a Pod for debugging?

  1. Copies the original Pod's process list into the new one
  2. Shares the Pod's network namespace with the node
  3. Runs the debug container as PID 1
  4. Lets the Pod's containers see one another's processes
Show the answer

Answer: D. Lets the Pod's containers see one another's processes

--share-processes lets the containers in the copied Pod see processes from the other containers.

Source: Debug Running Pods (Kubernetes) — Copying a Pod while adding a new container

Challenge yourself on this topic → Study as cards