[kubernetes-users] Re: local LoadBalancer/Service in Minikube

2017-03-06 Thread Warren Strange
If you are using VirtualBox with minikube, it will mount the /Users/xxx/ folder in the VM. You can use a hostPath volume to mount a local folder on your mac on to a pod volume. hostPath: path: /Users/my-username/Downloads/example On Friday, March 3, 2017 at 7:22:32 PM UTC-7, Imran Akbar

[kubernetes-users] Re: local LoadBalancer/Service in Minikube

2017-03-03 Thread Imran Akbar
Figured it out - the Pod was crashing after the service tried to start. Once I fixed that everything worked. But I still can't figure out how to do hot reload of code locally. I have to delete and re-create the deployment for it to pick up the latest code that's mounted to the volume via