- Home
- All questions
- Question 311
CKA study material · question 311 of 1000
How do the two volumeModes differ? Choose two.
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