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

Ability to assign "external" IP address to LoadBalancer #950

Closed
wclr opened this issue Dec 23, 2016 · 2 comments
Closed

Ability to assign "external" IP address to LoadBalancer #950

wclr opened this issue Dec 23, 2016 · 2 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@wclr
Copy link

wclr commented Dec 23, 2016

FEATURE REQUEST

Currently minikube doesn't support LoadBalancer, it doesn't assign to it external IP. And services are supposed to access using minikube service service-name... is uses port mapping and it is quite cumbersome (esp if service exposes more then one port)

It would be nice if minikube could assign "external" IP from some defined pool of addresses, that should be somehow made available from dev host (linux, mac, windows machine) - I'm not a network expert not sure particular way it should be done - but surely it is possible, as it is possible to access 172.x address of docker containers directly.

That would give an ability for more easier access to services/pods without need of port mapping. One could just static records to hosts files and access services via friendly DNS names.

Port mapping is very inconvenient way of accessing containers. For example currently for development I use docker-compose and dnsdock that tracks the containers IP's and labels and allows to access directly them with DNS names.

What do you think about such ability?

@r2d4
Copy link
Contributor

r2d4 commented Dec 23, 2016

Does kube-dns solve your problem?

http://kubernetes.io/docs/admin/dns/

@r2d4 r2d4 added the kind/feature Categorizes issue or PR as related to a new feature. label Dec 23, 2016
@r2d4
Copy link
Contributor

r2d4 commented Dec 23, 2016

We chatted offline. Closing this as a dupe of #38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants