Using NFS and Kubernetes to Access Blob Storage, File Storage, and NetApp Files

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024

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

  • @elieyazbekhanna1925
    @elieyazbekhanna1925 ปีที่แล้ว

    how the cluster authenticate to the stroage account? i don't see any credentials

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

    Where do you specify access key for the storage account? Thanks.

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

      You'd want to put those in to a secret.

  • @whyworried1
    @whyworried1 3 ปีที่แล้ว

    How are you connecting the pv to the nfs storage on azure without a private network?
    Can you explain about that part. This video seems to be incomplete without mentioning this. Please help.

    • @Atmosera-
      @Atmosera-  3 ปีที่แล้ว

      No private networks, because it does not require it. You can do that if yo expose the storage account through a private endpoint. I would recommend that approach in any case because NFS is not a very secure protocol.

    • @whyworried1
      @whyworried1 3 ปีที่แล้ว

      @@Atmosera- So what do you suggest as a good approach to mount a cloud storage to a persistent volume in a cloud agnostic way.

    • @Atmosera-
      @Atmosera-  3 ปีที่แล้ว

      ​@@whyworried1
      On K8S, you can set up PV's with different manifest files depending on the storage available in the given cloud. The pods you define can use those PV's regardless of the type. That's fairly cloud agnostic too.