dinghy
dinghy copied to clipboard
global port forwarding
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.
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.
yeah thats what i meant...