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

enhancement: support DNS query for different domains at different datacenter #2920

Open
leslie-wang opened this issue Apr 18, 2017 · 1 comment
Labels
theme/federation-usability Anything related to Federation thinking More time is needed to research by the Consul Contributors type/enhancement Proposed improvement or new feature
Milestone

Comments

@leslie-wang
Copy link

my use case is :
dc1: app1.dc1.consul.local
dc2: app2.dc2.xyz.com

I want app2@dc2 can resolve app1.dc1.consul.local, and app1@dc1 can resolve app2.dc2.xyz.com.

Seems like dns query is only bound with each DC's domain name as below codes.

It may be useful to support different domain name query cross multiple datacenter.

@slackpad slackpad added the type/enhancement Proposed improvement or new feature label Apr 25, 2017
@slackpad
Copy link
Contributor

Hi @leslie-wang thanks for opening an issue. I think right now app2.dc2.consul.local would be supported, but I can see how that's a bit weird. We'd need to figure out the best way to configure something like this. The simplest code-wise would be at the agent level, but you probably want something more centrally-managed (might be something prepared queries could do).

@slackpad slackpad added thinking More time is needed to research by the Consul Contributors post-0.9 labels Apr 25, 2017
@slackpad slackpad added the theme/federation-usability Anything related to Federation label May 25, 2017
@slackpad slackpad added this to the Unplanned milestone Jan 5, 2018
@slackpad slackpad removed the post-0.9 label Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme/federation-usability Anything related to Federation thinking More time is needed to research by the Consul Contributors type/enhancement Proposed improvement or new feature
Projects
None yet
Development

No branches or pull requests

2 participants