mesos-dns icon indicating copy to clipboard operation
mesos-dns copied to clipboard

DNS-based service discovery for Mesos.

Results 81 mesos-dns issues
Sort by recently updated
recently updated
newest added

Mesos DNS' own documentation describes this issue: > If you choose to use Mesos-DNS with Docker, with a version of Mesos after 0.25, be aware that there are some caveats....

enhancement
priority

The Mesos-DNS [Service Naming](http://mesosphere.github.io/mesos-dns/docs/naming.html) doc doesn't explain how groups in Marathon are translated. Since this question comes up more often, for example on [IRC](http://wilderness.apache.org/channels/?f=mesos/2015-06-08#1433763341), the doc should answer this pro-actively,...

enhancement
documentation
priority

We have leader.mesos to easily determine the leading mesos master. Having something similar for marathon helps in scenarios where you need to figure out the current leading marathon instance. For...

proposal

It's bad practice to pin the tutorial to one node - the documentation should suggest how it should be run in production (multiple nodes?) and how you might point an...

documentation

I'd like to introduce signals for reload. Specifically, I'd like to introduce the ability to send SIGUSR1 to mesos-dns and start a new reload. This can be implemented fairly simply,...

enhancement

discovery-info provides 3 levels of visibility: - framework - cluster - external it could be useful if mesos-dns could be configured to ignore tasks w/ DI.visibility=framework. this approach may also...

enhancement

I went through the [tutorial](http://mesosphere.github.io/mesos-dns/docs/tutorial-forward.html) on mesos dns docs, setup bind and the following error came back from mesos dns: ERROR: 2015/06/04 09:09:39 resolver.go:379: invalid target Direct query to mesos...

enhancement

I have use for the following behaviour: Assume a hostname webserver.mesos with three IP records. I'd like to a) be able to address them directly using index.webserver.mesos b) index to...

enhancement
proposal