external-dns

Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services

APACHE-2.0 License

Stars
7.2K
Committers
589

Bot releases are visible (Hide)

external-dns - v0.4.0-alpha.1

Published by linki over 7 years ago

Features:

  • Support for managing records on DigitalOcean (@njuettner, @ideahitme)
  • Support for managing records on Cloudflare (@njuettner, @ideahitme, @mikkeloscar)
  • Ability to replace Molecule Software's route53-kubernetes

Docker image is available in Zalando's Open Source Docker registry:

docker run -it registry.opensource.zalan.do/teapot/external-dns:v0.4.0-alpha.1 --help
external-dns - v0.4.0-alpha.0

Published by linki over 7 years ago

Features:

  • Support for managing records on Azure DNS (@peterhuene, @TsuyoshiUshio)

Docker image is available in Zalando's Open Source Docker registry:

docker run -it registry.opensource.zalan.do/teapot/external-dns:v0.4.0-alpha.0 --help
external-dns - v0.3.0

Published by linki over 7 years ago

Features:

  • Support for ALIAS records in AWS Route 53.
  • Support for managing multiple zones for AWS Route 53 and Google CloudDNS.
  • Added the ownership system which protects existing DNS records from modification by ExternalDNS.
  • Ability to create DNS records for services based on a template and service attribute values.
  • Support for altering the DNS record modification behavior via policies.

Docker image is available in Zalando's Open Source Docker registry:

docker run -it registry.opensource.zalan.do/teapot/external-dns:v0.3.0 --help
external-dns - v0.3.0-beta.2

Published by hjacobs over 7 years ago

  • #193: remove confusing log line when using upsert-only as policy
external-dns - v0.3.0-beta.1

Published by hjacobs over 7 years ago

  • #185: deduplicate endpoints
external-dns - v0.3.0-beta.0

Published by linki over 7 years ago

Features:

  • Support for ALIAS records in AWS Route 53.
  • Support for managing multiple zones for AWS Route 53 and Google CloudDNS.
  • Added the ownership system which protects existing DNS records from modification by ExternalDNS.
  • Ability to create DNS records for services based on a template and service attribute values.
  • Support for altering the DNS record modification behavior via policies.
external-dns - v0.2.1

Published by linki over 7 years ago

Bug fixes:

  • Google CloudDNS: Ensure DNS records have a trailing dot before sending.
external-dns - v0.3.0-alpha.0

Published by linki over 7 years ago

Features:

  • Route 53: Support creation of records in multiple hosted zones.
  • Route 53: Support creation of ALIAS records when endpoint target is a ELB/ALB.
  • Ownership via TXT records
    1. Create TXT records to mark the records managed by External DNS
    2. Supported for AWS Route53 and Google CloudDNS
    3. Configurable TXT record DNS name format
  • Add support for altering the DNS record modification behavior via policies.
external-dns - v0.2.0

Published by linki over 7 years ago

Features:

  • Support creation of CNAME records when endpoint target is a hostname.
  • Allow omitting the trailing dot in Service annotations.
  • Expose basic Go metrics via Prometheus.

Documentation:

  • Add documentation on how to setup ExternalDNS for Services on AWS.
external-dns - v0.2.0-beta.1

Published by linki over 7 years ago

Features:

  • Support creation of CNAME records when endpoint target is a hostname.
  • Allow omitting the trailing dot in Service annotations.
  • Expose basic Go metrics via Prometheus.

Documentation:

  • Add documentation on how to setup ExternalDNS for Services on AWS.
external-dns - v0.2.0-beta.0

Published by linki over 7 years ago

Features:

  • Support creation of CNAME records when endpoint target is a hostname.
  • Allow omitting the trailing dot in Service annotations.

Documentation:

  • Add documentation on how to setup ExternalDNS for Services on AWS.
external-dns - v0.1.1

Published by linki over 7 years ago

Bug fixes:

  • AWS Route 53: Do not submit request when there are no changes.
external-dns - v0.1.0

Published by linki over 7 years ago

Features

  • Manage DNS records for Services with Type=LoadBalancer on Google CloudDNS.
external-dns - v0.1.0-beta.1

Published by linki over 7 years ago

Bug fixes

  • Skip Ingresses annotated with another controller's identifer.
external-dns - v0.1.0-beta.0

Published by linki over 7 years ago

Features

  • Manage DNS records for Services with Type=LoadBalancer on Google CloudDNS.