Is there any way to share the directory/files to kubernetes container from your local system?
I have a deployment yaml file. I want to share the directory without using kubectl cp
.
I tried with configmap
but I later came to know that configmap can not have the whole directory but only a single file.
If anyone has any idea please share.
Please note: I do not want to host the file into minikube but I want to push the directory directly to container