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

The version of mesos is now 1.9, and the /state interface has changed. When will the stable version of mesos-dns be released ?

Bumps [ffi](https://github.com/ffi/ffi) from 1.9.3 to 1.11.1. Changelog *Sourced from [ffi's changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md).* > 1.11.1 / 2019-05-20 > ------------------- > > Changed: > * Raise required ruby version to >=2.0. [#699](https://github-redirect.dependabot.com/ffi/ffi/issues/699), [#700](https://github-redirect.dependabot.com/ffi/ffi/issues/700)...

dependencies

./mesos-dns flag redefined: log_dir panic: ./mesos-dns flag redefined: log_dir goroutine 1 [running]: flag.(*FlagSet).Var(0xc0000622a0, 0x8f8c40, 0xc00001ef50, 0x88b721, 0x7, 0x89c8c8, 0x2f) /usr/lib/golang/src/flag/flag.go:805 +0x529 flag.(*FlagSet).StringVar(0xc0000622a0, 0xc00001ef50, 0x88b721, 0x7, 0x0, 0x0, 0x89c8c8, 0x2f) /usr/lib/golang/src/flag/flag.go:708...

Cannot sign in with github account https://gitter.im/mesosphere/mesos-dns

Every exported function in a program should have a doc comment. The first sentence should be a summary that starts with the name being declared. From [effective go](https://golang.org/doc/effective_go.html#commentary). PR generated...

Some program, such as Envoy, needs container address to route requests. So I add container address DNS A record to solve it. e.g. nginx.marathon.mesos resolve to host ip. nginx.marathon.container.mesos resolve...

Mesos-DNS as a service discovery system should be health-aware. This doesn't mean that it can _guarantee_ healthiness of the returned service instances, only that it does its best to direct...

enhancement
epic
stability

After supporting RFC1123 the limit of 63 chars is default, but when an underscore is prefixed for some records (e.g., port SRV records) they then can become too long and...