aks-app-routing-operator
aks-app-routing-operator copied to clipboard
[external-dns] Private hosts in public DNZ zone
Hi, I'm trying to add internal ingress using instruction https://learn.microsoft.com/en-us/azure/aks/create-nginx-ingress-private-controller. Current controller implementation does not provide configuration options for external-dns controller.
Issue
All hosts from Private DNS Zone private.example.com
created in DNS zone example.com
also.
This makes impossible to use operator for split-horizon/split-view DNS completely.
Proposal
Add configuration options to NginxIngressController
for external-dns controller to filter watched ingresses:
- annotation-filter
- label-filter
- ingress-class (available from v0.13.5)