<snip>
2016/07/15 13:20:39 [INFO] raft: Node at 10.255.0.8:8300 [Leader] entering Leader state
2016/07/15 13:20:39 [INFO] consul: cluster leadership acquired
2016/07/15 13:20:39 [INFO] consul: New leader elected: d7f1b66ca20f
2016/07/15 13:20:39 [INFO] raft: pipelining replication to peer 10.255.0.6:8300
2016/07/15 13:20:39 [INFO] consul: member '4340e4ec5e51' joined, marking health alive
2016/07/15 13:20:39 [INFO] consul: member 'd7f1b66ca20f' joined, marking health alive
2016/07/15 13:20:39 [INFO] consul: member 'e0f361c24c98' failed, marking health critical
2016/07/15 13:20:39 [WARN] raft: Failed to contact 10.255.0.7:8300 in 501.424082ms
2016/07/15 13:20:40 [WARN] raft: Failed to contact 10.255.0.7:8300 in 948.755025ms
2016/07/15 13:20:40 [WARN] raft: Failed to contact 10.255.0.7:8300 in 1.412679083s
<snip>ov-000100-efyju Link encap:Ethernet HWaddr 62:48:a8:de:b8:8b
inet addr:10.255.0.1 Bcast:0.0.0.0 Mask:255.255.0.0
inet6 addr: fe80::d0b5:2ff:fe4f:85ad/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1
RX packets:73 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4228 (4.2 KB) TX bytes:648 (648.0 B)Hi,
On 12/8/16 8:36 AM, "'Michael Fischer' via Consul"
<consu...@googlegroups.com> wrote:
>I'm struggling to understand why anyone would run Consul in a Docker
>container. It seems to be a lot of work for very little benefit,
>filled with traps for the unwary. It's not like Consul has a mess of
>dependencies to manage (it's just one binary); and you don't really
>want to run more than one agent on a host anyway.
>
>What is motivating people to do it?
Using a container orchestrator as your only deployment tool?
Start your servers with just docker swarm or nomad or whatever, then use
only that to manage everything. Packaging is consistent, start up, tear
down is consistent, log processing is consistentŠ
There is a lot of upside, and could probably remove the need for *most* of
Ansible/chef/pick-you-poison playbooks/cookbooks/whateverŠ