external-dns
external-dns copied to clipboard
Single ingress with additional internal load balancer
Ingress-nginx gives you the ability to configure an internal load balancer that is in addition to the public one (see here). So you end up with a single ingress nginx controller with two load balancers (one public, one internal). It's not clear with external-dns how to point DNS records to the internal load balancer. I tried this, but the records still end up pointing to the public.
What would you like to be added:
I am seeking instruction on how to integrate external-dns with the additional-internal-load-balancer feature offered by ingress-nginx, OR that new capabilities be added to support this.
Why is this needed:
So people can make use of ingress-nginx's additional-internal-load-balancer feature when using external-dns