etcd/Documentation
imjoey bece069329 doc: Fix starting etcd gateway command using DNS. 2018-10-31 10:28:35 +08:00
..
benchmarks *: fix typos in markdown docs 2018-03-07 10:32:07 -05:00
dev-guide Documentation: Add the -N option to curl for the watch example to disable buffering 2018-10-11 22:13:43 -05: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 Documentation/etcd-mixin: Fix EtcdInsufficientMembers alerting 2018-10-15 19:23:43 +02:00
learning Documentation/*: change github url, import path from coreos to etcd-io 2018-09-12 22:05:08 +05:30
op-guide doc: Fix starting etcd gateway command using DNS. 2018-10-31 10:28:35 +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 Documentation/*: change github url, import path from coreos to etcd-io 2018-09-12 22:05:08 +05:30
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: