etcd/Documentation
X.C.Dong 1d764511f6
doc: fix `member add` usage
2019-03-18 14:47:41 +08:00
..
benchmarks *: fix typos in markdown docs 2018-03-07 10:32:07 -05:00
dev-guide doc: Replacing 'HTTP' by 'HTTPS' for securing links 2019-02-27 10:15:22 +07:00
dev-internal Documentation: Update patch release list to reflect that 3.1 is maintained 2018-10-08 13:33:07 -07:00
etcd-mixin etcd-mixin: Improve etcdHighNumberOfLeaderChanges,etcdHighNumberOfFailedProposals message 2019-02-04 09:28:23 +02:00
learning doc: Replacing 'HTTP' by 'HTTPS' for securing links 2019-02-27 10:15:22 +07:00
op-guide doc: fix `member add` usage 2019-03-18 14:47:41 +08:00
platforms docs: remove link-breaking space 2017-09-19 15:54:16 -07:00
rfc Documentation: update github links 2018-08-29 14:28:00 -07:00
upgrades Documentation: update github links 2018-08-29 14:28:00 -07:00
v2 Documentation/v2/metrics.md: Fix a typo 2018-09-13 21:05:32 +02:00
README.md documentation: display docs.md in github browser 2017-01-11 10:37:42 -08:00
branch_management.md Documentation: Add release manager table 2017-11-27 15:43:35 -08:00
demo.md Documentation/demo: add member, auth example 2016-06-23 11:50:37 -07:00
dl_build.md doc: don't use ETCDCTL_API=3 in dl_build 2019-01-14 12:38:24 +00:00
docs.md Documentation/*: change github url, import path from coreos to etcd-io 2018-09-12 22:05:08 +05:30
faq.md Documentation: update github links 2018-08-29 14:28:00 -07:00
integrations.md Documentation: add erlang client for etcd API v3 2018-09-20 23:49:48 +08:00
metrics.md Documentation/metrics.md: Fix a typo 2018-09-12 23:19:21 +02:00
production-users.md Documentation: add Transwarp to production user 2018-08-23 10:19:02 +08:00
reporting_bugs.md Documentation: update github links 2018-08-29 14:28:00 -07:00
tuning.md Documentation: 2379 port mistake 2018-03-19 13:37:14 +08:00

README.md

Documentation

etcd is a distributed key-value store designed to reliably and quickly preserve and provide access to critical data. It enables reliable distributed coordination through distributed locking, leader elections, and write barriers. An etcd cluster is intended for high availability and permanent data storage and retrieval.

Getting started

New etcd users and developers should get started by downloading and building etcd. After getting etcd, follow this quick demo to see the basics of creating and working with an etcd cluster.

Developing with etcd

The easiest way to get started using etcd as a distributed key-value store is to set up a local cluster.

Operating etcd clusters

Administrators who need a fault-tolerant etcd cluster for either development or production should begin with a cluster on multiple machines.

Setting up etcd

System configuration

Platform guides

Security

Maintenance and troubleshooting

Learning

To learn more about the concepts and internals behind etcd, read the following pages: