ExternalDNS is a Kubernetes add-on that automatically manages the creation and updates of DNS records for services running in your cluster. It integrates with a variety of DNS providers, such as CloudFlare DNS, Amazon Route 53, Google Cloud DNS, and more, to ensure that your applications are easily accessible from anywhere with a DNS name. With ExternalDNS, you can simplify the process of managing DNS records for your home lab, eliminating the need for manual updates and reducing the risk of errors.
external-dns from kubernetes-sigs is more popular with 91 repositories.
Install with:
helm repo add external-dns oci://ghcr.io/home-operations/charts-mirror/external-dns
helm install external-dns external-dns/external-dns -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|---|---|---|---|
| external-dns | xunholy/k8s-gitops | 602 | 1.19.0 | a month ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
domainFilters[] (6) - ${SECRET_DOMAIN} | string |
env[].name (6) CF_API_TOKEN | string |
env[].valueFrom.secretKeyRef.key (6) api-token | string |
env[].valueFrom.secretKeyRef.name (6) external-dns-secret | string |
extraArgs[] (6) - --ingress-class=external | string |
policy (6) sync | string |
| boolean | |
sources[] (6) - crd | string |
txtOwnerId (6) default | string |
txtPrefix (6) k8s. | string |
fullnameOverride (5) external-dns | string |
podAnnotations."secret.reloader.stakater.com/reload" (5) external-dns-secret | string |
| string | |
provider.name (1) cloudflare | string |
provider (5) cloudflare | string |
| boolean | |
| string | |
logLevel (1) debug | string |