aks-app-routing-operator icon indicating copy to clipboard operation
aks-app-routing-operator copied to clipboard

[external-dns] Private hosts in public DNZ zone

Open bonddim opened this issue 11 months ago • 3 comments

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)

bonddim avatar Mar 25 '24 09:03 bonddim