Anthony Romano 98adbbf031 Merge pull request #8321 from zbwright/revise-readme 8 лет назад
..
benchmarks 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
dev 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
platforms 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
rfc 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
04_to_2_snapshot_migration.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
README.md ff1c8c2191 docs: revising to match sidebar structure. 8 лет назад
admin_guide.md 8c7b639f81 Documentation/v2: update /health response 8 лет назад
api.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
api_v3.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
auth_api.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
authentication.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
backward_compatibility.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
branch_management.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
clustering.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
configuration.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
discovery_protocol.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
docker_guide.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
errorcode.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
etcd_alert.rules 5ae04259c4 Documentation: alert.rules. fix labels bug 8 лет назад
faq.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
glossary.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
implementation-faq.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
internal-protocol-versioning.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
libraries-and-tools.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
members_api.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
metrics.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
other_apis.md 8c7b639f81 Documentation/v2: update /health response 8 лет назад
production-users.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
proxy.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
reporting_bugs.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
runtime-configuration.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
runtime-reconf-design.md 663f8835cf Documentation: cleanup and fix some typo 8 лет назад
security.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
tuning.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
upgrade_2_1.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
upgrade_2_2.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад
upgrade_2_3.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 лет назад

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