1. 程式人生 > >consul 集群

consul 集群

集群 pre true light win clas bin boot serve

主機運行 : consul agent -server -bootstrap-expect 2  -data-dir D:\consul  -node=winyh -bind=192.168.10.166
查詢: consul members

  

子機: consul agent -server -bootstrap-expect 2  -data-dir D:\consul  -node=winyh -bind=192.168.10.164
   consul join 192.168.10.166

查詢: consul members

  

consul 集群