- Home
- All questions
- Question 850
CKA study material · question 850 of 1000
A PersistentVolume lists ReadWriteOnce and ReadOnlyMany among its access modes. How is it mounted?
Show the answer
Answer: C. Under one access mode at a time
A volume can be mounted using only one access mode at a time even when it supports several; the claim that binds it determines which.
Source: Persistent Volumes (Kubernetes) — Access Modes