Decipher0771@lemmy.catoSelfhosted@lemmy.world•Reverse proxy without a single point of failureEnglish
11·
2 days agoKeepalived to set up a floating IP between two proxy hosts. The VIP is where the traffic points to, the two hosts act as active/passive HA.
Yes. Your machines would have one main IP address, and one virtual IP address that would be assigned to either machine depending on the priority or health check status. That IP can be on the same physical interface, or a separate one. It’s very flexible, pretty standard config for high availability setups.