Azure Blob Fuse in AKS with Managed Identity

Sdílet
Vložit
  • čas přidán 19. 01. 2023
  • Learn how to attach an Azure Blob Fuse into AKS using Managed Identity.
    Follow me on Twitter for more content: / houssemdellai
  • Věda a technologie

Komentáře • 4

  • @prasadvm007
    @prasadvm007 Před 23 dny

    Hi @Houssem, How to use it in a private image?
    I'm getting user permission issue in a private image container.
    Error getting:
    ls: cannot access 'myfolder': Permission denied
    d????????? ? ? ? ? ? myfolder

  • @samsid5223
    @samsid5223 Před rokem

    @houssem How can I enable csi blob driver for already created aks which is multinode cluster.
    I trued with az aks update command but it's not working for multinode cluster and recommending to try az aks nodepool update command.

    • @ashwaqjaved1676
      @ashwaqjaved1676 Před rokem

      az aks update --enable-blob-driver -n myAKSCluster -g myResourceGroup

  • @user-go2fb7nb7e
    @user-go2fb7nb7e Před 8 měsíci

    Hi @houssem, thank you for this video it actually helped me got the blobfuse pv working as i could not get it working from the MS docs, I have an issue though that I hope you might be able to point me in a good direction.
    I have a specific blob storage account that is associated specifically for my kube cluster, but for this specific deployment I want the pvc and mount should only be able to read from the storage account or PV but not allowed to write.
    I have went as far as using ReadOnlyMany on both the pv and pvc, inclusing readOnly:true on the pv, but the pod is still able to create and delete files on the storage account, any suggestions? do you maybe have a discord to chat on?