|
|
@@ -23,14 +23,13 @@ etcd is a distributed reliable key-value store for the most critical data of a d
|
|
|
|
|
|
etcd is written in Go and uses the [Raft][raft] consensus algorithm to manage a highly-available replicated log.
|
|
|
|
|
|
-etcd is used [in production by many companies](./Documentation/production-users.md), and the development team stands behind it in critical deployment scenarios, where etcd is frequently teamed with applications such as [Kubernetes][k8s], [fleet][fleet], [locksmith][locksmith], [vulcand][vulcand], [Doorman][doorman], and many others. Reliability is further ensured by rigorous [testing][etcd-tests].
|
|
|
+etcd is used [in production by many companies](./Documentation/production-users.md), and the development team stands behind it in critical deployment scenarios, where etcd is frequently teamed with applications such as [Kubernetes][k8s], [locksmith][locksmith], [vulcand][vulcand], [Doorman][doorman], and many others. Reliability is further ensured by rigorous [testing][etcd-tests].
|
|
|
|
|
|
See [etcdctl][etcdctl] for a simple command line client.
|
|
|
|
|
|
[raft]: https://raft.github.io/
|
|
|
[k8s]: http://kubernetes.io/
|
|
|
[doorman]: https://github.com/youtube/doorman
|
|
|
-[fleet]: https://github.com/coreos/fleet
|
|
|
[locksmith]: https://github.com/coreos/locksmith
|
|
|
[vulcand]: https://github.com/vulcand/vulcand
|
|
|
[etcdctl]: https://github.com/coreos/etcd/tree/master/etcdctl
|