-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minikube + ssh + nat gate in front of the remote host #12371
Comments
We have mostly tried with a generic VM running locally (using something like Vagrant), or with a VM running in some private cloud. When running in a more public cloud, there are usually one external and one internal address (that can be used for the api server) Example: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html So SSH (only) uses the external address, and everything else is tunneled through it. This is similar to how the eth0/eth1 works. There needs to be some better documentation for this, and I think e.g.
Opening up the minikube port (8443) probably needs some securitty consideration, and still need an ingress for apps... Currently there are only some unsupported hacks for docker/podman, but nothing that would be usable for running a VM.
The container opens these:
|
Some network diagrams of the various minikube drivers would also help here: #4938 (comment) Especially for these scenarios with restricted network access, like Docker Desktop or public cloud. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Hello
I am trying to geht minikube together with the ssh driver and a remote host behind a nat gateway up and running. I faced some issues with kublet using the wrong Ip which I could fix hacky. But I still got the impression that the combination nat gate + ssh driver won't work. Is there anyone out there who got experience with this or is even running such a setup successfully?
Cheers
Jürgen
The text was updated successfully, but these errors were encountered: