roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

Support synchronized file shares in kubernetes hostPath volumes

Open imathews opened this issue 1 year ago • 0 comments

Tell us about your request Synchronized file sharing currently does not work within k8s for Docker Desktop. See https://github.com/docker/for-mac/issues/7212#issuecomment-1989454174 for additional context.

Which service(s) is this request for? Docker desktop

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? A common dev workflow is to mount a hostPath volume into a running container in kubernetes. In our case, this would be a Node.js service, where we're editing code for the service and want to efficiently reload those changes within the container.

Are you currently working around the issue? hostPath volume mounts currently work (via VirtioFS / gRPC-FUSE), but performance would be significantly improved with synchronized file share support. This would greatly improve dev workflows, since it would speed up the reload time of our services with mounted hostpath volumes.

imathews avatar Mar 14 '24 17:03 imathews