Skip to content

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 Contributor on the zone.
  • external-dns installed 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"

See also

Released under the EPL-2.0 License.