Etcd v3.1.2 发布,一个分布式环境下的 key/value 存储服务
Etcd 是一个应用在分布式环境下的 key/value 存储服务。利用 etcd 的特性,应用程序可以在集群中共享信息、配置或作服务发现,Etcd 会在集群的各个节点中复制这些数据并保证这些数据始终正确。Etcd 无论是在 CoreOS 还是 Kubernetes 体系中都是不可或缺的一环。
服务发现示意图
更新日志
Bug 修复
- GH7199: pkg/netutil: use native byte ordering
- GH7256: netutil: add dualstack to linux_route
- GH7270: pkg/netutil: name GetDefaultInterfaces consistent
- GH7368: netutil: use ipv4 host by default
- GH7332: raft: fix read index request
- GH7361: tcpproxy: don't use range variable in reactivate goroutine
- GH7363: clientv3: do not set next keepalive time <= now+TTL
- GH7364: auth: keep old revision in 'NewAuthStore'
下载
本站原创,转载时保留以下信息:
本文转自:深度开源(open-open.com)
原文地址:http://www.open-open.com/news/view/2ef674b8
正文到此结束