Gyuho Lee c72fa51b2a scripts: remove ".aci" commands 5 år sedan
..
benchmarks ca47aab373 *: fix typos in markdown docs 6 år sedan
dev c72fa51b2a scripts: remove ".aci" commands 5 år sedan
platforms 49fe77eea0 Documentation/v2: 'etcd v2' to the title 7 år sedan
rfc a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
04_to_2_snapshot_migration.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
README.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
admin_guide.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
api.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
api_v3.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
auth_api.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
authentication.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
backward_compatibility.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
branch_management.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
clustering.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
configuration.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
discovery_protocol.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
docker_guide.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
errorcode.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
etcd_alert.rules 5ae04259c4 Documentation: alert.rules. fix labels bug 7 år sedan
etcd_alert.rules.yml 10a863aac2 Documentation/op-guide: Add rules for Prometheus 2.0 6 år sedan
faq.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 7 år sedan
glossary.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 7 år sedan
internal-protocol-versioning.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 7 år sedan
libraries-and-tools.md e235cd3302 Documentation: update github links 6 år sedan
members_api.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 7 år sedan
metrics.md 6ef7c5f462 Documentation/v2/metrics.md: Fix a typo 6 år sedan
other_apis.md f77e54eb13 api/etcdhttp: change /health type back to string for backwards compatibility 6 år sedan
production-users.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 7 år sedan
proxy.md e235cd3302 Documentation: update github links 6 år sedan
reporting_bugs.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
runtime-configuration.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
runtime-reconf-design.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
security.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
tuning.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
upgrade_2_1.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
upgrade_2_2.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan
upgrade_2_3.md a621d807f0 documentation: initial metadata additions for website generation (#10596) 5 år sedan

README.md


title: 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.

This is the etcd v2 documentation set. For more recent versions, please see the etcd v3 guides.

Communicating with etcd v2

Reading and writing into the etcd keyspace is done via a simple, RESTful HTTP API, or using language-specific libraries that wrap the HTTP API with higher level primitives.

Reading and Writing

Security, Auth, Access control

etcd v2 Cluster Administration

Configuration values are distributed within the cluster for your applications to read. Values can be changed programmatically and smart applications can reconfigure automatically. You'll never again have to run a configuration management tool on every machine in order to change a single config value.

General Info

Initial Setup

Live Reconfiguration

Debugging etcd

Migration