apiserver-network-proxy icon indicating copy to clipboard operation
apiserver-network-proxy copied to clipboard

Support SSH Tunnels

Open cheftako opened this issue 5 years ago • 5 comments

Part of our goals here is to allow SSH Tunnels to be removed from the KAS. If we support SSH Tunnels it would allow a smoother migration plan for users of SSH Tunnels.

cheftako avatar May 31 '19 00:05 cheftako

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale

fejta-bot avatar Oct 08 '19 01:10 fejta-bot

/remove-lifecycle stale

cheftako avatar Oct 08 '19 18:10 cheftako

/lifecycle frozen

cheftako avatar Oct 08 '19 18:10 cheftako

@cheftako Quick clarification question: This is supporting SSH tunnels via egress selector correct?

SSH tunnels won't go through the proxy server so this seems to be something on the k/k side and not the network proxy side.

Jefftree avatar Feb 25 '20 23:02 Jefftree

The idea had been to have the proxy/konnectivity server support SSH Tunnels (at least for a little while). Not a hard requirement, but the thought was it would allow a couple of things. One could decouple using the konnectivity server from disabling ssh tunnels for clusters using ssh tunnels. You could first shift to the konnectivity server but retain ssh tunnels. As a follow on step you could switch to using either http-connect or grpc to the cluster. This allows you to independently measure the cost of each. It also allows you have better granularity on any issues which might come up.

cheftako avatar Feb 26 '20 00:02 cheftako