Hi all…

So I’ve moved to Docker Swarm to test it in comparison to K3s. I’m not a huge fan of the complexity of K3s, so I thought I’d give Docker Swarm a shot.

The only issue I have so far is this…

I have 3 manager nodes and 3 worker nodes. However, I have my DNS server pointing the hosted services to the one manager node that hosts NGINX for reverse proxy. My problem is, when one of the manager nodes goes down, the next one takes over, but all the services are still pointing to the first manager node’s IP for NGINX.

NGINX does move to the other manager, but without DNS pointing to the right IP, it’s useless. I really don’t want to have to go change the IP in my DNS server anytime this happens and that defeats the purpose of multiple managers to create HA.

So, what am I doing wrong here?