Mounting Azure Files on AKS (Kubernetes)
A common scenario is to have a shared storage that all your pods can access and write to, but how can we accomplish this in Kubernetes? Prerequisites A Kubernetes cluster accessible through kubectl Getting Started Azure has a few storage solutions we can use for this: Files or Disks. In...