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

An aurora-generated task usually creates a name that looks something like "asiri/prod/service". mesos-dns appears to mash the bits together to create a name that looks like "asiriprodservice.twitterscheduler.mesos". It would be...

question

In this link (https://mesosphere.github.io/mesos-dns/docs/tutorial.html), on the mesos-dns.json file example, please change this: "cmd": "sudo /usr/local/mesos-dns/mesos-dns -v -config=/usr/local/mesos-dns/config.json", to "cmd": "sudo /usr/local/mesos-dns/mesos-dns -config=/usr/local/mesos-dns/config.json", thus removing the -v option which creates errors....

bug
documentation

When configuring mesos and friends to use HTTPS, mesos-dns stopped working. Logs showed that HTTP was used to get *states.json*, due to the configuration change HTTPS is needed now. Luckily...

documentation

Update this page http://mesosphere.github.io/mesos-dns/docs/http.html with all api. For example this endpoint is undocumented http://mesos_dns/v1/enumerate https://github.com/mesosphere/mesos-dns/blob/fb1dcddb7bc3087a22c771ea8d82bcc642a1d872/resolver/resolver.go#L496

documentation

If you have a service with multiple ports it is possible to query a specific port. This allow to create a dns service discovery. Document this feature here http://mesosphere.github.io/mesos-dns/docs/naming.html marathon.json...

documentation

I killed my second ZK in a 3 member cluster then tried starting mesos-dns and it failed to boot: ``` VERY VERBOSE: 2017/07/06 22:00:32 resolver.go:670: Starting master detector for ZK...

In order to enable web-browsers to use the Mesos DNS HTTP API, we have to set appropriate CORS headers. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS Thanks @mhausenblas for reporting.

enhancement
newbie

We need to expose metrics for monitoring. A service without metrics may as well not be running if it isn't monitored is the common mantra these days amongst SREs. The...

enhancement

Related to #132 Reasoning: - We are running a Mesos setup on Azure without our own managed DNS and want to continue without managed Bind9 or similar solutions - Mesos-DNS...

proposal

Reasoning: Various ssl implementations (notably java) have issues when trying to connect to ssl enabled servers when no PTR zones can be found. This can happen regardless whether an actual...

proposal