摘要:
If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you! 阅读全文
摘要:
etcd简介 etcd是一个高可用的分布式键值(key-value)数据库。etcd内部采用raft协议作为一致性算法,etcd基于Go语言实现。 etcd是一个服务发现系统,具备以下的特点: 简单:安装配置简单,而且提供了HTTP API进行交互,使用也很简单 安全:支持SSL证书验证 快速:根据 阅读全文