- Home
- All questions
- Question 826
CKA study material · question 826 of 1000
Which requirement applies to a container using Bidirectional mount propagation?
Show the answer
Answer: D. It must be privileged
Bidirectional propagation pushes the container's mounts back out to the host, which can damage the host operating system, so it is permitted only in privileged containers.
Source: Volumes (Kubernetes) — Mount propagation