随笔分类 -  etcd

键值存储仓库,用于配置共享和服务发现。 A highly-available key value store for shared configuration and service discovery.
etcdctl 命令介绍
摘要:通过不同的设置api 版本环境变量,支持的命令行不同。 Interacting with etcd: https://coreos.com/etcd/docs/latest/dev-guide/interacting_v3.html 1. 未设置 ETCDCTL_API 时,支持的命令 缺省使用 E 阅读全文
posted @ 2017-01-05 15:31 doscho 阅读(17148) 评论(0) 推荐(0)
Runtime Reconfiguration
摘要:https://coreos.com/etcd/docs/latest/runtime-configuration.html Runtime Reconfiguration 运行时重新配置 etcd 附带支持增量运行时重新配置,这个允许用户在系统运行时更新集群中的成员。 重新配置请求只能在大部分集群 阅读全文
posted @ 2017-01-03 20:05 doscho 阅读(224) 评论(0) 推荐(0)
etcd命令说明 etcd Version: 3.0.15
摘要:etcd Version: 3.0.15Git SHA: fc00305Go Version: go1.6.3Go OS/Arch: linux/amd64 https://github.com/coreos/etcd/blob/master/Documentation/op-guide/confi 阅读全文
posted @ 2016-12-29 20:34 doscho 阅读(2842) 评论(0) 推荐(0)
etcd api 接口
摘要:etcd api接口 基本操作api: https://github.com/coreos/etcd/blob/6acb3d67fbe131b3b2d5d010e00ec80182be4628/Documentation/v2/api.md 集群配置api: https://github.com/c 阅读全文
posted @ 2016-12-27 20:02 doscho 阅读(28949) 评论(0) 推荐(0)
python-etcd
摘要:Client 对象 ['_MDELETE', '_MGET', '_MPOST', '_MPUT', '__class__', '__contains__', '__del__', '__delattr__', '__dict__', '__doc__', '__format__', '__geta 阅读全文
posted @ 2016-12-26 17:08 doscho 阅读(6462) 评论(1) 推荐(0)
etc 安装及使用
摘要:键值存储仓库,用于配置共享和服务发现。 A highly-available key value store for shared configuration and service discovery. 基本介绍 服务发现 要解决服务发现的问题,需要有下面三大支柱,缺一不可。 一个强一致性、高可用 阅读全文
posted @ 2016-12-26 16:55 doscho 阅读(3728) 评论(0) 推荐(0)