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 90 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 | 606 | 1.19.0 | 2 months ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
domainFilters[] (7) - ${SECRET_DOMAIN} | string |
env[].name (7) CF_API_TOKEN | string |
env[].valueFrom.secretKeyRef.key (7) api-token | string |
env[].valueFrom.secretKeyRef.name (7) external-dns-secret | string |
extraArgs[] (7) - --ingress-class=external | string |
policy (7) sync | string |
| boolean | |
sources[] (7) - crd | string |
txtOwnerId (7) default | string |
txtPrefix (7) k8s. | string |
podAnnotations."secret.reloader.stakater.com/reload" (6) external-dns-secret | string |
| string | |
fullnameOverride (5) external-dns | string |
provider.name (2) cloudflare | string |
provider (5) cloudflare | string |
| boolean | |
| string | |
logLevel (2) debug | string |
affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[].matchExpressions[].key (1) node-role.kubernetes.io/control-plane | string |
| string | |
| number | |
| string | |
| string | |
| string |