During development of an application meant to be orchestrated by Kubernetes, you want to mount the /data directory on your laptop into a container.
Will this strategy successfully accomplish this?
Add a volume to the pod that sets hostPath.path: /data, and then mount this volume into the pod’s containers as desired.
cea2cbe
2 months agobes_i
1 year, 3 months agobombtux
1 year, 10 months ago