👉 New post: How to access Azure Storage across different tenants in AKS - without account access keys 🚀

No more insecure storage account access keys. This guide shows you how to securely mount Kubernetes volumes accessing Azure Storage from a different tenant:
- BlobFuse via Workload Identity (Azure Blob Container)
- NFS for Azure Fileshare
- NFS for Azure Blob Container

🔗 Link: https://blog.joeyc.dev/posts/aks-non-token-storage-cross-tenant/

#Azure #AKS #Kubernetes #DevOps #CloudSecurity

Set up volumes accessing cross-tenant Azure Storage without account access keys in Azure Kubernetes Service - Joey Chen

Learn how to create Kubernetes volumes with Azure storage in different tenant without setting up account access key in Azure Kubernetes Service (AKS).

Joey Chen