-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
RFC : TXT DNS discovery #9128
Comments
@gyuho @xiang90 does this make any sense? The only thing I find of interest here is the possible ability to add metadata in the TXT record about the cluster vs SRV. The downside would be standardizing/validating the format of the metadata records. So supporting could be more "work". But perhaps it could facilitate more complex bootstrapping workflows. Workflows perhaps yet to be identified. |
I will work on a PR if you find the basic concept reasonable. |
the concept looks fine to me. but do we hear any user wants this feature? i want some validation on this use case before commit to it. |
Valid point no user has commented. As the idea is valid, please leave this open for a while and we can see if it gets any comment. |
@hexfusion sure. we will leave this open. users can +1 on this issue if they see a fit. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
TXT based DNS discovery allows for discovery based on TXT record. The token name will be used as the TXT and A record name. This not only binds the cluster to a specific domain but also uses the token name to anchor the discovery process.
The TXT record could define various key/value pairs but scheme and client/server port are required.
At this point I am curious if this could be useful alternative to SRV discovery. Any input is welcome.
Create DNS TXT records
Bootstrap the etcd cluster using DNS
The text was updated successfully, but these errors were encountered: