You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2020. It is now read-only.
For local port forwards there might be an even easier way: with a cluster network configured according to spec the kubessh pod should be able to connect to any port on the user pod over the cluster-internal network and pass it along. If target-ip is somewhere other than the user pod, we'd still need socat though, at least if remote port forwards are actually supposed to go through the user pod.
Tunneling requires we:
socat
in the form ofsocat - TCP:<target-ip>:<target-port>
The text was updated successfully, but these errors were encountered: