Difficulty: Intermediate
List the three common PVC access modes.
1. ReadWriteOnce (RWO): One node can mount as read-write. 2. ReadOnlyMany (ROX): Many nodes can mount as read-only. 3. ReadWriteMany (RWX): Many nodes can mount as read-write.
RWO, ROX, RWX