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 101 repositories.
Install with:
helm repo add bitnami-charts oci://registry-1.docker.io/bitnamicharts/
helm install external-dns bitnami-charts/external-dns -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|
See the most popular values for this chart:
Key | Types |
---|---|
domainFilters[] (3) - ${SECRET_DOMAIN} | string |
policy (3) sync | string |
provider (3) cloudflare | string |
sources[] (3) - ingress | string |
annotationFilter (2) external-dns/is-public in (true) | string |
cloudflare.email (2) ${SECRET_EMAIL} | string |
boolean | |
cloudflare.secretName (2) cloudflare-api-key | string |
logLevel (2) debug | string |
string | |
string | |
string | |
txtPrefix (2) k8s. | string |
crd.apiversion (1) externaldns.k8s.io/v1alpha1 | string |
crd.create (1) false | boolean |
crd.kind (1) DNSEndpoint | string |
string | |
boolean | |
boolean | |
metrics.serviceMonitor.namespace (1) monitoring | string |
serviceTypeFilter[] (1) - ExternalName | string |