Re: fyi: mesos-dns is not registering all ip addresses

2020-07-27 Thread Alex Evonosky
thank you. We have been running mesos-dns for years now without any issues. The docker apps spin up on marathon and automatically gets picked up by mesos-dns... This is our config.json: { "zk": "zk://10.10.10.51:2181,10.10.10.52:2181,10.10.10.53:2181/mesos", "masters":

Re: fyi: mesos-dns is not registering all ip addresses

2020-07-27 Thread Alex Evonosky
Thank you Marc for the clarification. On Mon, Jul 27, 2020 at 8:50 AM Marc Roos wrote: > > Hi Alex, > > My config.json is quite similar, but having "IPSources": ["netinfo", > "mesos", "host"] > > You will only run into this issue when you have multihomed tasks, having > two or more network

RE: fyi: mesos-dns is not registering all ip addresses

2020-07-27 Thread Marc Roos
Hi Alex, My config.json is quite similar, but having "IPSources": ["netinfo", "mesos", "host"] You will only run into this issue when you have multihomed tasks, having two or more network adapters, eth0, eth1 etc -Original Message- From: Alex Evonosky

fyi: mesos-dns is not registering all ip addresses

2020-07-27 Thread Marc Roos
I am not sure if mesos-dns is discontinued. But for the ones still using it, in some cases it does not register all tasks ip addresses. The default[2] works, but if you have this setup[1] it will only register one ip address 192.168.122.140 and not the 2nd. I filed issue a year ago or so[3]

Re: fyi: mesos-dns is not registering all ip addresses

2020-07-27 Thread Vinod Kone
+Jason Kölker On Mon, Jul 27, 2020 at 8:03 AM Alex Evonosky wrote: > Thank you Marc for the clarification. > > > > On Mon, Jul 27, 2020 at 8:50 AM Marc Roos > wrote: > >> >> Hi Alex, >> >> My config.json is quite similar, but having "IPSources": ["netinfo", >> "mesos", "host"] >> >> You will

RE: getting correct metrics port from SRV records.

2020-07-27 Thread Marc Roos
Oops ;) [@test2 image-synapse]$ dig +short @192.168.10.14 _metrics._synapse.dev._tcp.marathon.mesos SRV 0 1 31032 synapse.dev-nppzf-s0.marathon.mesos. -Original Message- To: user Subject: getting correct metrics port from SRV records. Is there a way to identify the correct port

getting correct metrics port from SRV records.

2020-07-27 Thread Marc Roos
Is there a way to identify the correct port via dns? I have created a task with two ports[1]. But a dns srv query does not show anything different than the port number. How can I identify the correct port? Mesos-master tasks endpoint[3] shows the port names, is there a way to get these from

Re: getting correct metrics port from SRV records.

2020-07-27 Thread Vinod Kone
+Jason Kölker On Mon, Jul 27, 2020 at 1:38 PM Marc Roos wrote: > > Is there a way to identify the correct port via dns? I have created a > task with two ports[1]. But a dns srv query does not show anything > different than the port number. How can I identify the correct port? > Mesos-master