From the previous posts, I have analysed 4 different Docker multi-host network solutions - Calico, Flannel, Weave and Docker Overlay Network. You can see more details on how to install, config and tune features of them from previous posts: Calico: A…
下载binary consul wget https://releases.hashicorp.com/consul/1.2.2/consul_1.2.2_linux_amd64.zip unzip consul_1..2_linux_amd64.zip mv consul /usr/bin/ 验证 # consul -v Consul v1.2.2 Protocol spoken by to (agent will automatically use protocol > when speak…