I am new to kubernetes. We have a requirement to create a NFS mount point and provision it in kubernetes cluster using nfs-subdir-external-provisioner
https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner#readme
On high level, i understand that this nfs-client-provisioner acts as an interface between underlying client (installed in K8s worker nodes) and kubernetes cluster. The plan is to create single mount point location and provision it inside kubernetes. How does the nfs-client-provisioner works for single and multiple replicas? Will it distribute the load across pods? In our case, it is single mount. How does the multiple nfs-client-provisioner works for single mount point.