- Notifications
You must be signed in to change notification settings - Fork2
DNS-based service discovery for Mesos.
License
containous/mesos-dns
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Mesos-DNS enablesDNS based service discovery inApache Mesos clusters.
mesos-N
tags mark the start of support for a specific Mesos version whilemaintaining backwards compatibility with the previous major version.
The official distribution and installation channel is pre-compiled binaries available inGithub releases.
Building themaster branch from source should always succeed but doesn't providethe same stability and compatibility guarantees as releases.
All branches and pull requests are tested byCircle-CI, which alsooutputs artifacts for Mac OS X, Windows, and Linux via cross-compilation.
You will needGo1.5 or later to build the project.All dependencies are vendored usingGodeps
. You must first install it in order to build from source.
$ go get github.com/tools/godep$ godep go build ./...
- Cut a branch
- Tag it with the relevant version, and push the tags along with the branch
- If the build doesn't trigger automatically, go here:https://circleci.com/gh/mesosphere/mesos-dns, find your branch, and trigger the build.
Fork the repo on Github to a private repo
Customize that repo
Add it to Circle-CI
Circle-CI allows for private repositories to be kept, and built in private
Go to the build steps.
- Download the artifacts from the Circle-CI builds
- Cut a release based on the tag on Github
- Upload the artifacts back to Github. Ensure you upload all the artifacts, including the .asc files.
This repo using code signing. There is an armored, encrypted gpg key in the repo at build/private.key. This file includes the Mesos-DNS gpg signing key. The passphrase for the key is stored in Circle-CI's environment. This makes it fairly difficult to leak both components without detectable maliciousness.
There are only very few users with access to the private key, and they also have access to a revocation certificate in case the private key leaks.
$ godep gotest -race ./...
Detailed documentation on how to configure, operate and use Mesos-DNSunder different scenarios and environments is available inhttp://mesosphere.github.io/mesos-dns/.
Contributions are welcome. Please refer toCONTRIBUTING.md forguidelines.
For any discussion that isn't well suited for Githubissues,please use ourmailing list or our publicchat room.
This project isApache License 2.0.
About
DNS-based service discovery for Mesos.
Resources
License
Stars
Watchers
Forks
Packages0
Languages
- Go99.8%
- Shell0.2%