Jeena: tried mounting a volume in k8s and it was slow, so this syncs your workspace by setting up a svc in k8s, then you use ksync create on the commandline to create a spec with selector for the target deployment and local disk and space on the pod then run `ksync watch` on the pod
When you setup minikube, vbox mounts your local user directory to the vm, so when you try to mount a volume to your pod you
Minikube mounts your entire `Users` directory (which is like `home` for the mac)
Following the directions on the github repo, it was slow and terrible
maybe ask davidwbarratt if he has experience with various drivers
David Barratt had issues with Docker on mac and hinted that Docker uses Hyperkit and mounts volume with :cached. Reach out to him? He gave a presentation on Friday at all-hands.