Etcd

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(以“etcd 是一个Go语言开发的分布式key-value存储数据库,被用于CoreOSKubernetes。 ==指南== ==文档== ==图集== <gallery> image:coreos...”为内容创建页面)
 
(指南)
 
(未显示1个用户的4个中间版本)
第1行: 第1行:
 
etcd 是一个Go语言开发的分布式key-value存储数据库,被用于[[CoreOS]]、[[Kubernetes]]。
 
etcd 是一个Go语言开发的分布式key-value存储数据库,被用于[[CoreOS]]、[[Kubernetes]]。
 +
 +
==简介==
 +
etcd和[[Apache ZooKeeper]]、[[Consul]]相似,提供服务发现,一致性和Leader选举的基础服务。
 +
 +
==功能==
  
 
==指南==
 
==指南==
 +
$ curl http://192.168.0.240:1027/v2/keys/message -XPUT -d value="Hello World"
 +
{"action":"set","node":{"key":"/message","value":"Hello World","modifiedIndex":8,"createdIndex":8}}
 +
$ curl http://192.168.0.240:1027/v2/keys
 +
 +
==项目==
 +
*[https://docs.servicecomb.io/service-center/zh_CN/index.html Apache ServiceComb服务中心]
  
 
==文档==
 
==文档==
 +
*[http://docs.huihoo.com/technology/raft-the-understandable-distributed-consensus-protocol.pdf Raft: The Understandable Distributed Consensus Protocol]
  
 
==图集==
 
==图集==
第13行: 第25行:
 
*[https://coreos.com/etcd etcd官网]
 
*[https://coreos.com/etcd etcd官网]
 
*[https://github.com/coreos/etcd etcd @ github]
 
*[https://github.com/coreos/etcd etcd @ github]
 +
*[https://raft.github.io/ The Raft Consensus Algorithm]
  
 
[[category:CoreOS]]
 
[[category:CoreOS]]
 
[[category:kubernetes]]
 
[[category:kubernetes]]
 
[[category:go]]
 
[[category:go]]

2018年10月26日 (五) 06:40的最后版本

etcd 是一个Go语言开发的分布式key-value存储数据库,被用于CoreOSKubernetes

目录

[编辑] 简介

etcd和Apache ZooKeeperConsul相似,提供服务发现,一致性和Leader选举的基础服务。

[编辑] 功能

[编辑] 指南

$ curl http://192.168.0.240:1027/v2/keys/message -XPUT -d value="Hello World"
{"action":"set","node":{"key":"/message","value":"Hello World","modifiedIndex":8,"createdIndex":8}}
$ curl http://192.168.0.240:1027/v2/keys

[编辑] 项目

[编辑] 文档

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱