AKS storage with Azure Disk LRS/ZRS/Shared

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 3

  • @mloskot
    @mloskot 9 วันที่ผ่านมา

    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.

  • @zemourizemouri2406
    @zemourizemouri2406 2 ปีที่แล้ว +1

    Good presentation. Thanks

  • @iposipos9342
    @iposipos9342 2 ปีที่แล้ว

    thanks for the simplified video. How does LRS and ZRS work with Azure Files when using it to persist data in AKS? Thanks