Container method can avoid ifconfig magic and socat... #726
Labels
Projects
Comments
And #735 |
ark3
added a commit
that referenced
this issue
Dec 5, 2018
Reach cluster from local container via ssh tunnel instead of ifconfig/socat Fixes #726
This was referenced Dec 6, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
... by using ssh port forwarding. Instead of connecting from the local container to the host machine (and then using socat to get from the Docker interface to the kubectl port forward interface), we can connect from the host machine into the local container and then ssh port forward from the container's localhost to the kubectl port forward. This would avoid fussing with Docker interfaces and
host.docker.internal
and so forth, in exchange for having to run an ssh daemon in the network container.The text was updated successfully, but these errors were encountered: