kubernetes-sigs / external-dns

Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
Apache License 2.0
7.75k stars 2.58k forks source link

Support for Throttling limits on Azure Private DNS Zones #4839

Open sfiguemsft opened 4 weeks ago

sfiguemsft commented 4 weeks ago

What would you like to be added: Today external-dns has guidance towards AWS/GCP limits on Private Zones but for Azure Private DNS Zones there is no support nor guidance which aligns to Azure's recommended best practices.

Why is this needed: Overall API limits are always bound to be hit and Azure Private DNS Zones return an HTTP 429 response with a retry-after of 10 seconds which would allow outstanding operations to be successful.