In the official Kubernetes documentation, I read:
To configure NFS storage, you can use the in-tree driver or the NFS CSI driver for Kubernetes (recommended).
My questions are:
- Why the NFS CSI driver is recommended over the NFS in-tree driver?
- Is there any known plan of deprecating the NFS in-tree driver ?
- If I don't need dynamic storage provisioning is there any advantage of using the NFS CSI driver over the NFS in-tree driver?