-
Notifications
You must be signed in to change notification settings - Fork 19
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
Set up stop-gap load balancer #361
Comments
Oh, I forgot I was assigned this. End of semester will do that. I don't think I did anything for it yet (Mostly because I haven't actually been able to properly build & deploy homeworld in a while, which I think requires getting #396 merged.) |
@cryslith do you anticipate being able to get this one done in the next month or so? |
Yes, should be fine |
This will probably be MetalLB in layer 2 mode |
@cryslith how's the load balancer going? |
We already have an internal load-balancing system, provided by kube-proxy, and the real advantage of something like GLB (#336) is that it can scale horizontally, but we don't actually need horizontal scaling of our load balancing at this point.
So really we just need to be able to bind a public IP address on the subnet and forward it to a kube-proxy endpoint. And that would get us everything we currently need. We should set up something simple and wait until later to actually set up a full load balancer.
The text was updated successfully, but these errors were encountered: