Add etcd chapter

This commit is contained in:
Baohua Yang
2014-12-31 17:11:09 +08:00
parent 29b7568853
commit 589148450f
7 changed files with 388 additions and 2 deletions

3
etcd/README.md Normal file
View File

@@ -0,0 +1,3 @@
# etcd
etcd 是 CoreOS 团队发起的一个管理配置信息和服务发现service discovery的项目在这一章里面我们将介绍该项目的目标安装和使用以及实现的技术。