etcd/Documentation
huaicheng.zheng 98d57b278a Documentation: add Transwarp to production user 2018-08-23 10:19:02 +08:00
..
benchmarks *: fix typos in markdown docs 2018-03-07 10:32:07 -05:00
dev-guide lease: Add and lease checkpoint protobuf types 2018-07-17 11:54:51 -07:00
dev-internal Documentation/dev-internal: update release managers with 3.3 release 2018-02-01 12:15:04 -08:00
etcd-mixin Documentation/etcd-mixin: fix typo in README.md 2018-07-19 19:10:46 +09:00
learning Documentation: Clarify revisions vs. versions 2018-03-24 16:34:48 -07:00
op-guide Documentation/op-guide: Remove HTTP alerts 2018-07-04 09:04:47 +02:00
platforms docs: remove link-breaking space 2017-09-19 15:54:16 -07:00
rfc *: rename storage package to mvcc 2016-04-25 15:25:51 -07:00
upgrades Documentation/upgrades: update upgrade doc indexes 2018-07-10 15:30:29 -07:00
v2 Documentation: v2: add -- for force new cluster 2018-08-09 10:13:27 -07: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/dl_build: remove "./cmd/etcd" 2018-01-24 15:26:17 -08:00
docs.md docs: adding an index for upgrade pages. 2017-07-25 10:53:02 -07:00
faq.md *: Remove 8GiB quota limitation from documents 2018-02-02 12:54:19 -08:00
integrations.md Document: add lucas to integrations.md 2018-08-15 14:58:06 +08:00
metrics.md op-guide: update gRPC requests metrics 2016-11-14 15:20:16 -08:00
production-users.md Documentation: add Transwarp to production user 2018-08-23 10:19:02 +08:00
reporting_bugs.md Documentation/v3: fix broken links 2017-05-03 16:57:38 -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: