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

Proxy daemonset isn't really needed, use clusterIP instead #2

Open
solsson opened this issue Apr 18, 2017 · 0 comments
Open

Proxy daemonset isn't really needed, use clusterIP instead #2

solsson opened this issue Apr 18, 2017 · 0 comments

Comments

@solsson
Copy link
Contributor

solsson commented Apr 18, 2017

We're dropping this concept with a proxy daemonset now because benefits are very small compared to a regular service. The only actual advantage we had was that localhost:5000 worked both in the cluster and in local development, but that was until kubernetes/kubernetes#40891.

We now use image: [clusterIP]:5000/... instead, after adding clusterIP: 10.x.x.x to the service.

External access through node IPs is also possible, but unless you've overridden the port range allowed for services that will have to be on a 30000+ port number, for example add to the service:

    nodePort: 30005
  type: NodePort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant