SkyDNS logo

SkyDNS

Distributed service for announcement and discovery of services
8
23
+ 1
2

What is SkyDNS?

SkyDNS is a distributed service for announcement and discovery of services. It leverages Raft for high-availability and consensus, and utilizes DNS queries to discover available services. This is done by leveraging SRV records in DNS, with special meaning given to subdomains, priorities and weights (more info here: http://blog.gopheracademy.com/skydns).
SkyDNS is a tool in the Open Source Service Discovery category of a tech stack.
SkyDNS is an open source tool with 2.2K GitHub stars and 309 GitHub forks. Here’s a link to SkyDNS's open source repository on GitHub

Who uses SkyDNS?

Companies

Developers
7 developers on StackShare have stated that they use SkyDNS.
Pros of SkyDNS
2
Srv discovery for etcd

SkyDNS's Features

  • You announce your service by submitting JSON over HTTP to SkyDNS with information about your service. This information will then be available for queries either via DNS or HTTP.
  • SkyDNS requires that services submit an HTTP request to update their TTL within the TTL they last supplied. If the service fails to do so within this timeframe SkyDNS will expire the service automatically. This will allow for nodes to fail and DNS to reflect this quickly.
  • You can find services by querying SkyDNS via any DNS client or utility. It uses a known domain syntax with wildcards to find matching services.

SkyDNS Alternatives & Comparisons

What are some alternatives to SkyDNS?
Consul
Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable.
CoreDNS
CoreDNS is a DNS server. It is written in Go. It can be used in a multitude of environments because of its flexibility
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
GitHub
GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over three million people use GitHub to build amazing things together.
See all alternatives

SkyDNS's Followers
23 developers follow SkyDNS to keep up with related blogs and decisions.