AKS access files on shared managed disk
Ive some trouble mounting a single disk Premium_LRS in Azure Kubernetes (AKS).
In the past I used the FileShare to mount the same volume to different pods so they could access the same drive/folder from within different pods. Now, this is very slow to write and do file operations on so I try to switch to a shared mounted disk but I can not access it in the pods. According to the pods events the disk is mounted but I cant access/write to this disk.