CSI on Windows support is an alpha feature since Kubernetes v1.18, refer to Windows-CSI-Support for more details.
- Install CSI-Proxy on Windows Node
csi-proxy installation is supported with aks-engine v0.48.0.
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/deploy/example/windows/statefulset.yaml
$ kubectl exec -it busybox-smb-0 -- bash
C:/ $ ls mnt/smb
In the above example, there is a c:\mnt\smb
directory mounted as SMB filesystem.