I have a kubernetes cluster on baremetal.
I need a CIFS dynamic PV provisionner restricted to a specific namespace. I only want user/pod that have access to namespace_a to be able to store on PV provisioned on CIFS shared_a.
Is there any existing solution available?
Any alternative that would allow me to provision dynamically PV that are backed by a samba nas share while keeping namespace isolation?
Thanks