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

Hi - We are facing nginx host not found upstream error frequently. The nginx instance is built as a docker image and running as a microservice in the Mesos-Marathon cluster....

I've a mesos-dns setup which works quite fine, however I do get a bunch of messages: ``` ERROR: 2016/04/06 07:19:20 exchanger.go:45: dns: failed to unpack truncated message: exchanging &dns.Msg{MsgHdr:dns.MsgHdr{Id:0x8fe1, Response:false,...

question

I'm using Mesos (1.1.0) with SSL & Authentication enabled. I know that in 0.6.0 both support was added but I'm unable to find any documentation on how to use the...

Mesos 1.5.0 introduced regions and zones. http://mesos.apache.org/documentation/latest/fault-domains/ mesos-dns could return them when defined as subdomains in SRV responses . As an exemple, `_chronos._tcp.marathon.mesos. 10 IN SRV 0 0 8080 chronos-n7z8k-s1.marathon.mesos.`...

Hello, I have a docker container running RMQ, in Marathon. One port is tagged as amqp (data protocol), the other one as mgmt (management interface) Where doing: ``` dig -t...

question
documentation

When lookup fails in generator.go's `slaveRecords` for `slave.PID.Host`, we default to using `labels.DomainFrag(slave.PID.Host, labels.Sep, spec)` for the `rg.SlaveIPs[slave.ID]` value. Later in `taskContextRecord`, we use that for `*taskID*.slave.mesos` records. A test...

Hello, we use `MesosDNS` for loadbalancing some of our traffic (e.g. between real loadbalancers) inside the Mesos/Marathon cluster. We run into issue that often one of the loadbalancers has much...

Hello, My question is around how to configure / identify all the mesos masters when they are in an auto scaling group running on AWS? Specifically, the "masters" parameter indicates...

question

There's another, related issue that we could solve as part of this ticket: if the SOA `mname` isn't part of the mesos-dns domain, then mesos-dns SHALL NOT report an `A`...

Running / deploying DCOS we've found that software does not have a simple / reliable way to get the "correct" IP address for the host. Trying to do a reverse...

bug
priority