Hi,
We have two tunnels (each with two replicas on K8s). We’ve defined a LB, with two pools - each pool having one origin (which represents the two replicas).
Before using a LB, we were defining our app dns records/routes on the one tunnel - and all worked fine. Now, we cannot do this for both tunnels, as - quite rightly - we’d have to define duplicate CNAMEs; one for each tunnel.
The LB itself is set to the zone apex name, which I take to mean being akin to a wildcard, but we’ll still need to create an ingress rule or otherwise on the tunnel config… or?
Ultimately, when using two tunnels behind a LB, where does one define the app DNS records? (Because it surely can’t be on each tunnel, due to duplicate records being a problem).
Many thanks!