6:38 is confusing. The ReadWriteOnce does not mean only one single pod can write at a time. The ReadWriteOnce mean, after K8s docs, "volume can be mounted as read-write by a single node. ReadWriteOnce access mode still can allow multiple pods to access the volume when the pods are running on the same node." So. please, if you could clarify your statement there in context of having single disk attached to single node, and two pods writing to separate files on the single disk.
6:38 is confusing. The ReadWriteOnce does not mean only one single pod can write at a time. The ReadWriteOnce mean, after K8s docs, "volume can be mounted as read-write by a single node. ReadWriteOnce access mode still can allow multiple pods to access the volume when the pods are running on the same node." So. please, if you could clarify your statement there in context of having single disk attached to single node, and two pods writing to separate files on the single disk.
Good presentation. Thanks
thanks for the simplified video. How does LRS and ZRS work with Azure Files when using it to persist data in AKS? Thanks