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

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