I am running a kuberneted cluster using minikube.
I want to mount a folder from my PC into the minikube.
How can i do that.
I see there is hostPath
, but that used the node inside minikube
Just like in docker-compose we can mount a host folder into the container, is there any such provision