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

Feature: Add Load Balancer API #1

Open
phip123 opened this issue Apr 22, 2022 · 0 comments
Open

Feature: Add Load Balancer API #1

phip123 opened this issue Apr 22, 2022 · 0 comments

Comments

@phip123
Copy link
Contributor

phip123 commented Apr 22, 2022

Currently the system does not have any representation of a load balancer, which should be integrated to build optimization programs that can implement strategies for all main components: load balancer, scaler and scheduler.

The testbed load balancer implementation (go-load-balancer) gets weight updates via etcd.

This makes it plausible to create an API that just exposes a method to update these weights.
The implementations are responsible to update the underlying load balancer instances but they are required to be weighted round based.

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