Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to provide external-dns with a template to generate service FQDNs #142

Closed
UnsignedLong opened this issue Apr 10, 2017 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@UnsignedLong
Copy link

UnsignedLong commented Apr 10, 2017

It'll be great to have the possibility to provide external-dns with a template string like {{.Namespace}}-{{.Name}}.example.com to generate DNS records instead of using the annotation in the service.
Using this template one can manage multiple zones which contains all services without altering the annotation for each service. Also; as far as I understand; currently one service can only map to exactly one FQDN.
Using the templating I can launch one external-dns instance per zone without messing around with my kubernetes service definition.
zalando-mate supports this using --kubernetes-format which was a great fit for our use case.

@hjacobs hjacobs added the kind/feature Categorizes issue or PR as related to a new feature. label Apr 13, 2017
@ideahitme ideahitme added this to the v0.3 milestone Apr 18, 2017
@UnsignedLong
Copy link
Author

Closed. Solved in #160 - confirmed working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants