Multiple load balancers with Route53

Hi All,

I’ve been trying to figure how best to setup my rancher environment with load balancers and DNS and just require a bit of advice. Hosts are AWS EC2 instances and using Route53.

Running an LB per stack which would give me a dynamic DNS entry for my services is great but when you run more than one stack then I will get a port conflict running multiple LB’s.

The other option I have thought about is running a single LB in its own stack which would route to other stacks/services based on the request host. The problem with this approach I would have to manually create an A record in Route53 for each service and I would be explicitly linking it to an IP address of a host which could change.

I hope I have explained it correctly and I am interested in what other people are doing in this scenario.