Mount external directories into your Kubernetes container
I wondered how it is possible to get a volume mount into your Kubernetes cluster.
“Why must I mount a directory into my pod?” you will ask.
This Question is correct, but there are several reasons, either you will create documents and want to put them onto a shared drive, to make them accessible for other services or users. Another example…