Connect Kubernetes to your Synology NAS NFS share

Поделиться
HTML-код
  • Опубликовано: 25 ноя 2024

Комментарии • 9

  • @termv
    @termv 11 месяцев назад

    I recommend looking into the CSI driver (csi-driver-nfs). It seems to fulfill the same use case as nfs-subdir-external-provisioner but it's better integrated into the kubernetes workflow. The nfs subdir external provisioner seems to mount a single NFS volume to itself and you're essentially sharing the provisioner pod's storage volume. Supporting multiple NFS hosts would require you to set up additional NFS provisioners. The CSI driver allows you to set up your persistent volumes (PVs) directly. The major benefit is you're not restricted to just a single NFS share - each PV created by the CSI driver can specify a different NFS server/share.

    • @VirtualizationHowto
      @VirtualizationHowto  11 месяцев назад

      @termv thank you for the comment! It would be great if you could share your insights over on the VHT forums here: www.virtualizationhowto.com/community. Thank you again.

    • @f1aziz
      @f1aziz 10 месяцев назад

      @@VirtualizationHowto Hi, I would love it if you could do a video on NFS CSI driver setup and use. I am currently struggling to get it going. Thanks.

  • @mnededeejay
    @mnededeejay Год назад

    Thanks for the tutorial, was able to get this up an running, now using nfs storage for my k3s cluster I'm running on orange pi 5s, gonna switch all the persistent storage of everything I got deployed to the NFS storage

    • @VirtualizationHowto
      @VirtualizationHowto  11 месяцев назад

      @mnededeejay Nice! Please share your thoughts when setting this up on the forum with the other home labbers there: www.virtualizationhowto.com/community

  • @ronm6585
    @ronm6585 Год назад +1

    Thank you.

  • @kenmurphy4259
    @kenmurphy4259 Год назад

    Nice

  • @---tr9qg
    @---tr9qg 11 месяцев назад

    🔥🔥🔥

  • @qm3ster
    @qm3ster 6 месяцев назад

    But what about authorisation/encryption 😭
    Literally anyone can pretend to be on the subnet