-
Notifications
You must be signed in to change notification settings - Fork 86
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
Updated(rewrite) to use etcd backend and SkyDNS v2 #68
base: master
Are you sure you want to change the base?
Conversation
Automatic PTR record creation
… added short hands as well
The License text now reads copyright cptactionhank IANTM, but the work looks really good. |
|
||
Skydock monitors docker events when containers _start, stop, die, kill_, etc and inserts records into a [etcd](https://github.com/coreos/etcd) key/value store which [SkyDNS](https://github.com/skynetservices/skydns) uses as DNS backend. This allows standard DNS queries for services running inside docker containers. Because lets face it, if you have to modify your application code to work with other service discovery solutions you might as well just give up. DNS just works and it works well. Also you cannot be expected to modify application code that you don't own. Passing service urls via the cli or in static config files (nginx) will not be possible if your service discovery solution requires a client library just to fetch an IP address. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please convert this back to the multiple lines it was, that will make this diff much smaller.
No description provided.