dinghy icon indicating copy to clipboard operation
dinghy copied to clipboard

global port forwarding

Open digitalkaoz opened this issue 10 years ago • 2 comments
trafficstars

In Kubernetes you can (beside http proxying) forward defined ports to specific container. would be great to have such thing too. maybe we can replace the nginx http proxy with haproxy (which can proxy everything)

would be really cool.

digitalkaoz avatar May 23 '15 20:05 digitalkaoz

You can already map arbitrary ports on *.docker to container ports, using the normal docker run -p option, so I'm assuming you're talking about mapping ports on the host's native interfaces to containers, in the spirit of https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/kubectl_port-forward.md ? That would be handy sometimes, we've tossed around the idea a bit in the past but nobody has jumped on it.

codekitchen avatar May 26 '15 15:05 codekitchen

yeah thats what i meant...

digitalkaoz avatar May 26 '15 16:05 digitalkaoz