- Home
- All questions
- Question 312
CKA study material · question 312 of 1000
What does the ReadWriteOnce access mode actually allow?
Show the answer
Answer: D. One node to mount it read-write, so several Pods on that node may share it
ReadWriteOnce is per node, not per Pod; ReadWriteOncePod is the mode that restricts it to a single Pod.
Source: Persistent Volumes (Kubernetes) — Access Modes