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

CKA study material · question 311 of 1000

How do the two volumeModes differ? Choose two.

  1. Filesystem is available only for CSI volumes
  2. Block is the default when volumeMode is omitted
  3. Filesystem mounts the volume into the Pod as a directory
  4. Block presents the raw device with no filesystem
Show the answer

Answer: C. Filesystem mounts the volume into the Pod as a directory
D. Block presents the raw device with no filesystem

Filesystem is the default and mounts a directory; Block exposes the raw device without a filesystem.

Source: Persistent Volumes (Kubernetes) — Volume Mode

Challenge yourself on this topic → Study as cards