NFS subdir external provisioner (henceforth NFS SEP) is an automatic provisioner, that use your existing and already configured NFS server to support dynamic provisioning of Kubernetes PV via PVC.
Prerequisites
As just mentioned, it is necessary to install on the VMs, both servers and clients that are part of the NFS, the packages necessary for the correct functioning of the NFS (usually these packages are already installed by default in common operating systems). Then insert the client list in the / etc / exports file and update the service
How to deploy NFS SEP
Install the tool using Helm
...