ETCD的使用
摘要:使用ETCD的目的是想用它来监控服务进程的状态。 显示服务列表: etcdctl --write-out=table --endpoints=localhost:2379 member list 写入一个键值对: etcdctl put ${key} ${value} 根据键获取值: etcdctl
阅读全文
posted @ 2019-08-14 16:25
posted @ 2019-08-14 16:25
posted @ 2019-08-09 09:46
posted @ 2019-08-08 11:19
posted @ 2019-08-02 11:24