Comment on Reverse Proxy: a single point of failure in my lab
czl@lemmy.dbzer0.com 2 weeks ago
My setup is a bit different, but maybe you can reuse part of it. Instead of using swarm for HA, I’m using proxmox. The LXCs have a failover to other machines, if they go down, and a static IP address, so if the http proxy machine goes down, it boots back up in another machine, with the same IP (and thus a working port forward).
This does mean that I have to keep the configuration in sync between different machines so my RPO is never too big, but for something like NPM where the config rarely changes, this isn’t much of an issue.
thisisnotausername@lemmy.dbzer0.com 2 weeks ago
Super, thanks. I will look into this. I actually have some shared storage on my NAS for traefik configs which is already working on replicated instances.