etcd/Documentation
Sahdev P. Zala d185a54cb4 doc: update file ref path
Update the adopters file path.
2019-10-17 20:34:24 -04:00
..
benchmarks documentation: initial metadata additions for website generation (#10596) 2019-04-01 13:57:24 -07:00
dev-guide doc: add lease time 2019-10-13 16:38:28 -04:00
dev-internal *: remove "acbuild" 2019-08-12 09:31:22 -07:00
etcd-mixin Documentation/etcd-mixin: Add an alert for down etcd members 2019-07-30 14:39:50 -04:00
learning doc: update file ref path 2019-10-17 20:34:24 -04:00
metrics tools,Documentation: move "etcd-dump-metrics" output to "Documentation" 2019-07-28 21:53:50 -07:00
op-guide *: promote the boltdb-freelistType from experimental to official and set default type to hashmap 2019-10-17 15:40:38 +08:00
platforms documentation: initial metadata additions for website generation (#10596) 2019-04-01 13:57:24 -07:00
rfc documentation: initial metadata additions for website generation (#10596) 2019-04-01 13:57:24 -07:00
triage Doc: create issue and PR management guidelines 2019-05-03 17:03:17 -04:00
upgrades Documentation/upgrades: special upgrade guides for >= 3.3.14 2019-08-16 16:18:53 -07:00
v2 scripts: remove ".aci" commands 2019-08-12 10:20:21 -07:00
README.md documentation: display docs.md in github browser 2017-01-11 10:37:42 -08:00
branch_management.md documentation: initial metadata additions for website generation (#10596) 2019-04-01 13:57:24 -07:00
demo.md Documentation: snapshot can be requested from one etcd node only 2019-08-24 18:16:58 +01:00
dl_build.md documentation: initial metadata additions for website generation (#10596) 2019-04-01 13:57:24 -07:00
docs.md Documentation: move client, learner design docs 2019-07-28 21:54:22 -07:00
faq.md Documentation:fix clerical error 2019-08-30 13:20:22 +08:00
integrations.md Documentation: Add gardener/etcd-backup-restore to the tools list 2019-10-10 21:18:41 +05:30
metrics.md documentation: initial metadata additions for website generation (#10596) 2019-04-01 13:57:24 -07:00
reporting_bugs.md documentation: initial metadata additions for website generation (#10596) 2019-04-01 13:57:24 -07:00
tuning.md documentation: initial metadata additions for website generation (#10596) 2019-04-01 13:57:24 -07: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: