-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
Comments
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. |
@turowicz yeah its possible, care to get a bit more techincal on what you want to achieve |
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. |
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. |
@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? |
I don't mind as long as its easy to set up |
It's quite easy. Let me fork and pr. |
|
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
The text was updated successfully, but these errors were encountered: