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

question - can I use LoadBalancer Service without the kube-vip loadbalancer ? #48

Closed
cameronbraid opened this issue Jun 26, 2020 · 2 comments

Comments

@cameronbraid
Copy link

cameronbraid commented Jun 26, 2020

Is it possible to configure kube-vip so that it just assigns the IP address to the service, and get kube proxy to do the load balancing ?

@thebsdbox
Copy link
Collaborator

At this point, kube-vip will load-balance the traffic that hits the Load Balancer VIP. It could be modified so that it just passes traffic to the internal service IP and leaves the traffic to be passed internally (using kube-proxy).

Is this something that people might want?

@thebsdbox
Copy link
Collaborator

This was done in 0.2.1 ! 🎉

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

2 participants