etcd(一)

知道这个数据库是从了解k8s开始的,k8s使用这个数据库存储集群的一些配置信息。一想到kv数据库想到了redis,这数据库的应用场景与redis应用场景差别很大,但是和zk有些类似。

是什么

这名字可不是随便一个什么啊猪啊猫动物的名字,感觉严谨多了:

The name “etcd” originated from two ideas, the unix “/etc” folder and “d”istibuted systems. The “/etc” folder is a place to store configuration data for a single system whereas etcd stores configuration information for large scale distributed systems. Hence, a “d”istributed “/etc” is “etcd”.

//TODO

参考

etcd versus other key-value stores(官网)
raft
CoreOS 实战:剖析 etcd
etcd是什么东西?它和ZooKeeper有什么区别?
git doc

Table of Contents