Mesos-DNS enables DNS based service discovery in Apache Mesos clusters.
This project is undergoing heavy refactoring, hardening and testing and is considered alpha. We have adopted a semantic versioning scheme which clearly communicates its status and progression over time.
mesos-N
tags mark the start of support for a specific Mesos version while
maintaining backwards compatibility with the previous major version.
The official distribution and installation channel is pre-compiled binaries available in Github releases.
Building the master branch from source should always succeed but doesn't provide the same stability and compatibility guarantees as releases.
All branches and pull requests are tested by Circle-CI, which also outputs artifacts for Mac OS X, Windows, and Linux via cross-compilation.
You will need Go 1.5 or later to build the project.
All dependencies are vendored using Godeps
. You must first install it in order to build from source.
$ go get github.com/tools/godep
$ godep go build ./...
$ godep go test -race ./...
Detailed documentation on how to configure, operate and use Mesos-DNS under different scenarios and environments is available in http://mesosphere.github.io/mesos-dns/.
Contributions are welcome. Please refer to CONTRIBUTING.md for guidelines.
For any discussion that isn't well suited for Github issues, please use our mailing list or our public chat room.
This project is Apache License 2.0.