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

[kube-router] Adds option to run kube-router as the service proxy #113

Closed
wants to merge 1 commit into from
Closed

[kube-router] Adds option to run kube-router as the service proxy #113

wants to merge 1 commit into from

Conversation

captn3m0
Copy link

kube-proxy is disabled if service_proxy=true is passed

For a cluster with kube-router, it makes sense to give an option to use the native kube-router proxy instead of running kube-proxy alongside.

https://github.com/cloudnativelabs/kube-router#ipvslvs-based-service-proxy----run-service-proxy

- kube-proxy is disabled if service_proxy=true is passed
@dghubble
Copy link
Member

I'm glad you're experimenting with kube-router. I'm aware of the service proxy option and have done some testing with it in a similar branch. The daemonset is configured with the in-cluster kubeconfig to make service proxying possible (otherwise, bootstrapping will fail outright). The ability to provide service proxying is definitely a motivator for kube-router experiments.

But kube-router does not yet work properly with all the platforms it should, just acting as a CNI provider. And kube-router is experimental / unsupported - it may mature to become an official option in Typhoon or it may be dropped. So I think its premature to be enabling the service proxying yet.

@dghubble dghubble closed this Feb 16, 2019
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

Successfully merging this pull request may close these issues.

2 participants