Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
带有 etcd/zookeeper 类型服务的新手...
我不太确定如何处理 etcd 的集群安装。服务应该安装在每个客户端还是一组独立的服务器上?我问是因为如果我在客户端上,我将如何查询集群?我读过的每个教程都显示了针对 localhost 运行的 curl 命令。
对于etcd集群安装,您可以将服务安装在独立的服务器上并形成集群。可以通过登录其中一台机器并运行 curl 来查询集群信息,也可以通过指定集群成员节点之一的 IP 地址来远程查询集群信息。
etcd
有关如何设置的更多信息,请按照本文