Tony
Dec 17, 2022

--

Hi Gustavo, ReadWriteOnce – the volume can be mounted as read-write by a single node. In this case, if a pod mounts a volume with ReadWriteOnce access mode, no other pod can mount it. ReadWriteOncePod - In this mode the volume can be mounted as read-write by a single Pod. Use ReadWriteOncePod access mode if you want to ensure that only one pod across whole cluster can read that PVC or write to it. This is only supported for CSI volumes and Kubernetes version 1.22+.

--

--

Tony
Tony

Responses (1)