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 70 repositories.
Install with:
helm repo add external-dns oci://ghcr.io/controlplaneio-fluxcd/charts/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 | 637 | 1.21.1 | 3 months ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
env[].name (13) CF_API_TOKEN | string |
| string | |
env[].valueFrom.secretKeyRef.name (13) external-dns-secret | string |
sources[] (13) - crd | string |
domainFilters[] (12) - atsbhome.xyz | string |
extraArgs[] (12) - --cloudflare-dns-records-per-page=1000 | string |
| boolean | |
policy (11) sync | string |
txtOwnerId (11) default | string |
txtPrefix (10) k8s. | string |
fullnameOverride (9) external-dns | string |
podAnnotations."secret.reloader.stakater.com/reload" (8) external-dns-secret | string |
| string | |
provider.name (6) cloudflare | string |
provider (7) cloudflare | string |
| boolean | |
| string | |
| string | |
| string | |
| string | |
| string | |
logLevel (1) debug | string |
| number |