Azure DNS Zone
Manage Dirigible's wildcard DNS through Azure DNS. Best paired with external-dns.
Prerequisites
- A DNS zone in Azure DNS (e.g.
dirigible.example.com). - A service principal or managed identity with
DNS Zone Contributoron the zone. external-dnsinstalled in the cluster, bound via Azure Workload Identity.
Wildcard record
yaml
ingress:
enabled: true
host: "*.dirigible.example.com"
annotations:
external-dns.alpha.kubernetes.io/hostname: "*.dirigible.example.com"