I have been using AKS service and Azure file share but I want to test some applications on-premise and I want to mount my file share on an on-premise cluster
I want to create secrets and they should be running
In AKS I have been creating secrets and it is working as expected
There are ways to achieve this.
sudo mount -t cifs //<STORAGE_ACCOUNT_NAME>.file.core.windows.net/<SHARE_NAME> <MOUNT_POINT> -o credentials=/etc/smbcredentials/<SHARE_NAME>.cred,serverino,vers=3.0,dir_mode=0777,file_mode=0777
-adjust the permissions after needs.ls <MOUNT_POINT>
or df -h