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

CKA study material · question 825 of 1000

What is the default value of mountPropagation on a volume mount?

  1. None
  2. HostToContainer
  3. Bidirectional
  4. There is no default; the field is required
Show the answer

Answer: A. None

With None, mounts made on the host beneath the volume are invisible to the container and the container's own mounts stay invisible to the host.

Source: Volumes (Kubernetes) — Mount propagation

Challenge yourself on this topic → Study as cards