etcd/Documentation
Sahdev Zala 93ae5d2f5b
Merge pull request #11095 from KeepCaim/master
Documentation:fix clerical error
2019-08-30 09:54:38 -04:00
..
benchmarks documentation: initial metadata additions for website generation (#10596) 2019-04-01 13:57:24 -07:00
dev-guide etcdserver: do not allow creating empty role 2019-07-24 17:41:24 -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 Documentation: Add section headers to etcd Learner 2019-08-25 09:42:33 +01:00
metrics tools,Documentation: move "etcd-dump-metrics" output to "Documentation" 2019-07-28 21:53:50 -07:00
op-guide *: Add experimental-compaction-batch-limit flag 2019-08-15 11:47:23 -07: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: added ETCD Manager tool 2019-08-15 23:42:24 +02:00
metrics.md documentation: initial metadata additions for website generation (#10596) 2019-04-01 13:57:24 -07:00
production-users.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: