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

Load Balancing #195

Open
turowicz opened this issue Jun 21, 2021 · 9 comments
Open

Load Balancing #195

turowicz opened this issue Jun 21, 2021 · 9 comments

Comments

@turowicz
Copy link

I need to set up a virtual IP that will be load balancing across multiple clients in a UDM-PRO managed VLAN. Is it possible to achieve this with this project?

cc @boostchicken

@SamErde
Copy link
Contributor

SamErde commented Jun 21, 2021

I'm sure you could run a containerized load balancer / reverse proxy such as NGINX, Traefik, or haproxy on UDM after setting up the base UDM Utilities.

@boostchicken
Copy link
Member

@turowicz yeah its possible, care to get a bit more techincal on what you want to achieve

@turowicz
Copy link
Author

turowicz commented Jul 5, 2021

I need to be able to host a kubernetes cluster behind a single IP in such a way, that all nodes are assigned traffic in a round-robin fashion.

@kashalls
Copy link
Contributor

kashalls commented Sep 11, 2021

I was looking at implementing ha-proxy using the host's networking on my UDMP. I got the container up and running, just having issues with networking on it using its own ip or the hosts.

Fixed it. I might look into PR-ing it here ina couple days when I iron out the bugs.

@turowicz
Copy link
Author

@kashalls that would be awesome

@kashalls
Copy link
Contributor

@kashalls that would be awesome

I personally prefer using haproxy with the container networking, but some users might find it better to use a seperate ip. What do you think?

@turowicz
Copy link
Author

I don't mind as long as its easy to set up

@kashalls
Copy link
Contributor

I don't mind as long as its easy to set up

It's quite easy. Let me fork and pr.

@kashalls
Copy link
Contributor

I don't mind as long as its easy to set up

#239

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

4 participants