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