etcd/Documentation
Gyuho Lee 3e0f0ba40e
Merge pull request #10401 from markmc/doc-drop-etcdctl-v3-flag
Eliminate some ETCDCTL_API=3 usage
2019-02-01 11:25:55 -08:00
..
benchmarks *: fix typos in markdown docs 2018-03-07 10:32:07 -05:00
dev-guide Merge pull request #10401 from markmc/doc-drop-etcdctl-v3-flag 2019-02-01 11:25:55 -08: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 doc: exclude 404 error because kubelet generating false positive 2018-12-17 11:57:12 +03:00
learning Documentation/*: change github url, import path from coreos to etcd-io 2018-09-12 22:05:08 +05:30
op-guide Documentation: describe the problem of CN based auth + grpcproxy 2019-01-25 00:43:57 +09: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: