Beth Wright 74783a38ae docs: revising to match sidebar structure. il y a 8 ans
..
benchmarks 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
dev 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
platforms 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
rfc 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
04_to_2_snapshot_migration.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
README.md 74783a38ae docs: revising to match sidebar structure. il y a 8 ans
admin_guide.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
api.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
api_v3.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
auth_api.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
authentication.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
backward_compatibility.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
branch_management.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
clustering.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
configuration.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
discovery_protocol.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
docker_guide.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
errorcode.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
etcd_alert.rules e7a0c9128a Documentation: add Prometheus alerting rules il y a 9 ans
faq.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
glossary.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
implementation-faq.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
internal-protocol-versioning.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
libraries-and-tools.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
members_api.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
metrics.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
other_apis.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
production-users.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
proxy.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
reporting_bugs.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
runtime-configuration.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
runtime-reconf-design.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
security.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
tuning.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
upgrade_2_1.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
upgrade_2_2.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans
upgrade_2_3.md 81e1d03d02 Documentation/v2: 'etcd v2' to the title il y a 8 ans

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.

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