Andrey L
Andrey L
@ahmetalpbalkan I paln to used a SRV in template of load balancer. Example: ``` dig +short SRV _webui._tcp.swarm.docker | awk 'BEGIN { FS= " "}; { print $4":"$3 }' >...
> So if I return an IP address for a SRV record, should I keep the trailing dot or not? If I have understood the RFC, Target must have a...
mesos-dns don't compliance with rfc too :)
@ahmetalpbalkan I think to use consul/consul-template/registrator or etcd/confd/registrator or wagl/static_published_port. In my view, wagl is the simplest tool for discovery. I want to use it. Wagl is a UNIX-way style...