Split Domain with Rancher AWS RT53

How would I handle DNS in a split domain? For example. I have a public and a private zone both with the same name.

I have Public and Private instances.
Load Balancers on on public servers, while the apps are on private servers.

I have been using the RT53 Container from a very long time to update the private zone. Now I want the load balancers (rancher/lb-service-haproxy:v0.7.9) to update themselves to the public zone. Can that be done?

You could probably run a separate copy of the external-dns container configured to write to a public zone, but it’s not going to publish only certain records…

Yeah, I tried that. It produced a mess.