Hi everybody, we just released Mesos-DNS v0.1.2. Here is a quick summary of what is included: - a simple HTTP interface (REST) for accessing service discovery info.This is particularly useful if you don't have software that uses SRV records already. - various improvements to make it easier to configure Mesos-DNS as a primary or a secondary DNS server for a specific zone (SOA and NS records, etc). - a major refactoring & cleanup of the code.
Take a look at https://github.com/mesosphere/mesos-dns One issue to be careful about is that you will not be able to do a "git pull" from an existing clone. You either need to clone from scratch or force git pull. Looking forward to any feedback and issues. -- Christos

