Create virtual IP in VyOS for Silver Flame cluster #21
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Because our lab shares a public IP address with the rest of my home, we need to selectively forward traffic to our services. Thus far, we've accomplished that by port-forwarding service ports like HTTP/s (:80/:443) directly to the local IP address of our server.
As part of our migration to a highly-available cluster, we'll need to distribute traffic across all physical nodes.
Initial plan for this is to create a load-balancer to route TCP traffic to each of our nodes with round-robin.
After digging deeper into the featureset provided by VyOS' "load-balancer" (actually just HAProxy), I think we may be able to implement a more powerful solution. But this will require deeper thought.
To consider: