|
@@ -15,17 +15,18 @@ etcd is a distributed, consistent key-value store for shared configuration and s
|
|
|
|
|
|
|
|
* *Simple*: well-defined, user-facing API (gRPC)
|
|
* *Simple*: well-defined, user-facing API (gRPC)
|
|
|
* *Secure*: automatic TLS with optional client cert authentication
|
|
* *Secure*: automatic TLS with optional client cert authentication
|
|
|
-* *Fast*: benchmarked 1000s of writes/s per instance
|
|
|
|
|
|
|
+* *Fast*: benchmarked 40,000 writes/sec per instance
|
|
|
* *Reliable*: properly distributed using Raft
|
|
* *Reliable*: properly distributed using Raft
|
|
|
|
|
|
|
|
etcd is written in Go and uses the [Raft][raft] consensus algorithm to manage a highly-available replicated log.
|
|
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], and many others.
|
|
|
|
|
|
|
+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.
|
|
|
|
|
|
|
|
See [etcdctl][etcdctl] for a simple command line client.
|
|
See [etcdctl][etcdctl] for a simple command line client.
|
|
|
|
|
|
|
|
[raft]: https://raft.github.io/
|
|
[raft]: https://raft.github.io/
|
|
|
[k8s]: http://kubernetes.io/
|
|
[k8s]: http://kubernetes.io/
|
|
|
|
|
+[doorman]: https://github.com/youtube/doorman
|
|
|
[fleet]: https://github.com/coreos/fleet
|
|
[fleet]: https://github.com/coreos/fleet
|
|
|
[locksmith]: https://github.com/coreos/locksmith
|
|
[locksmith]: https://github.com/coreos/locksmith
|
|
|
[vulcand]: https://github.com/vulcand/vulcand
|
|
[vulcand]: https://github.com/vulcand/vulcand
|