Kcna Kubernetes And Cloud Native Associate · Free Practice Question Medium
Question 56
Which of the following PersistentVolume (PV) access modes is suitable for providing ReadWrite access to a storage volume by a single node, while allowing ReadOnly access by multiple nodes?
-
A
ReadWriteOncePod (RWOP)
-
B
ReadWriteOnceReadOnlyMany (RWO+ROX)
-
C
ReadWriteOnce (RWO)
-
D
ReadOnlyMany (ROX)
Reveal correct answer
Correct answer: B
A.
This mode allows read-write access to a single Pod but does not allow read-only access by multiple nodes.
B.
This mode allows read-write access by a single node while allowing read-only access by other nodes, fitting the described requirement.
C.
This mode allows read-write access by a single node but does not allow any other nodes read-only access.
D.
This mode allows read-only access by multiple nodes but does not allow read-write access by any node.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
