I'm managing two gateways set up for redundancy and looking for the most efficient way to manage DNS across both hosts.
I'm considering utilizing nginx as a reverse proxy to route traffic primarily to the first server, with an automatic switch to the backup server in case the first one fails. However, I'm curious if there's a built-in feature within the Ignition gateway that offers similar functionality.
The goal is for the hostname app.company.local to always point to the active node.
Has anyone faced a similar challenge with gateway redundancy and DNS management? How did you address it?