Igor Vuk 6ef7c5f462 Documentation/v2/metrics.md: Fix a typo před 7 roky
..
benchmarks ca47aab373 *: fix typos in markdown docs před 7 roky
dev e235cd3302 Documentation: update github links před 7 roky
platforms 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
rfc 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
04_to_2_snapshot_migration.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
README.md ff1c8c2191 docs: revising to match sidebar structure. před 8 roky
admin_guide.md e235cd3302 Documentation: update github links před 7 roky
api.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
api_v3.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
auth_api.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
authentication.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
backward_compatibility.md e235cd3302 Documentation: update github links před 7 roky
branch_management.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
clustering.md 81c9f78502 Documentation: document the -discovery-srv-name flag for configuring service name in DNS discovery. před 8 roky
configuration.md 81c9f78502 Documentation: document the -discovery-srv-name flag for configuring service name in DNS discovery. před 8 roky
discovery_protocol.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
docker_guide.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
errorcode.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
etcd_alert.rules 5ae04259c4 Documentation: alert.rules. fix labels bug před 8 roky
etcd_alert.rules.yml 10a863aac2 Documentation/op-guide: Add rules for Prometheus 2.0 před 8 roky
faq.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
glossary.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
internal-protocol-versioning.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
libraries-and-tools.md e235cd3302 Documentation: update github links před 7 roky
members_api.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
metrics.md 6ef7c5f462 Documentation/v2/metrics.md: Fix a typo před 7 roky
other_apis.md f77e54eb13 api/etcdhttp: change /health type back to string for backwards compatibility před 8 roky
production-users.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
proxy.md e235cd3302 Documentation: update github links před 7 roky
reporting_bugs.md e235cd3302 Documentation: update github links před 7 roky
runtime-configuration.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
runtime-reconf-design.md 663f8835cf Documentation: cleanup and fix some typo před 8 roky
security.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
tuning.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
upgrade_2_1.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
upgrade_2_2.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky
upgrade_2_3.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title před 8 roky

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