Tag: etcd k8s


  1. etcd安装及启动一个集群

    从前面的文章中,我们已经了解到了etcd是什么以及它的适用场景,也知道它是通过raft算法来保证一致性的。
    这一篇主要记录如果快算安装一个etcd并启动一个集群。


  2. 初识etcd

    A distributed, reliable key-value store for the most critical data of a distributed system

    etcd 是一个分布式、可靠 key-value 存储的分布式系统。