Dev machine as part of Minikube's network?
问题 Is it possible to have my development machine to be part of Minikube's network? Ideally, it should work both ways: While developing an application in my IDE, I can access k8s resources inside Minikube using the same addressing that pods would use. Pods running in Minikube can access my application running in the IDE, for example via HTTP requests. This sounds like the first part is feasible on GCE using network routes, so I wonder if it's doable locally using Minikube. 回答1: There is an issue