redspread / localkube

DEPRECRATED - See https://github.com/kubernetes/minikube
Apache License 2.0
184 stars 11 forks source link

Bridging networking between Host VM and Pods #45

Open ethernetdan opened 8 years ago

ethernetdan commented 8 years ago

Currently the only way to access a server running on localkube on OS X and Windows is to create a Service which establishes a NodePort on the guest VM.

We should investigate different ways that we could bridge networking such that Pods are directly accessible from the VM.

It looks like Docker for Mac and Windows could be a could solution for this. They mention translation between OS X and Linux but not for Windows so I'm not sure what exactly is supported. I'll look into it once I get a beta invite. Anyone already on it, trying this out would be super appreciated.