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 88 repositories.
Install with:
helm repo add bitnami-charts https://charts.bitnami.com/bitnami/
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 |
---|---|
policy (6) sync | string |
provider (6) cloudflare | string |
sources[] (6) - ingress | string |
boolean | |
cloudflare.secretName (5) cloudflare-api-key | string |
cloudflare.email (3) ${SECRET_EMAIL} | string |
domainFilters[] (5) - ${SECRET_DOMAIN} | string |
annotationFilter (4) external-dns/is-public in (true) | string |
string | |
string | |
string | |
txtPrefix (4) k8s. | string |
crd.create (3) true | boolean |
crd.apiversion (1) externaldns.k8s.io/v1alpha1 | string |
crd.kind (1) DNSEndpoint | string |
logLevel (3) debug | string |
string | |
nameOverride (2) external-dns | string |
string | |
string | |
string | |
image.registry (1) k8s.gcr.io | string |
image.repository (1) external-dns/external-dns | string |
image.tag (1) v0.13.4 | string |
serviceTypeFilter[] (1) - ExternalName | string |
zoneIdFilters[] (1) - ${SECRET_INGRESS_ZONE_ID} | string |