etcd 的基本入门
etcd 是一个强一致性的分布式键值存储系统,可以提供可靠的分布式集群的数据访问方式。
etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines.
refer: https://etcd.io/