Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

global port forwarding #20

Open
digitalkaoz opened this issue May 23, 2015 · 2 comments
Open

global port forwarding #20

digitalkaoz opened this issue May 23, 2015 · 2 comments

Comments

@digitalkaoz
Copy link

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.

@codekitchen
Copy link
Owner

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.

@digitalkaoz
Copy link
Author

yeah thats what i meant...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants