Benjamin Gilbert 4c801ee315 Documentation: drop fleet from integration lists 8 anos atrás
..
benchmarks 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
dev 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
platforms 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
rfc 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
04_to_2_snapshot_migration.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
README.md ff1c8c2191 docs: revising to match sidebar structure. 8 anos atrás
admin_guide.md f77e54eb13 api/etcdhttp: change /health type back to string for backwards compatibility 8 anos atrás
api.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
api_v3.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
auth_api.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
authentication.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
backward_compatibility.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
branch_management.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
clustering.md 81c9f78502 Documentation: document the -discovery-srv-name flag for configuring service name in DNS discovery. 8 anos atrás
configuration.md 81c9f78502 Documentation: document the -discovery-srv-name flag for configuring service name in DNS discovery. 8 anos atrás
discovery_protocol.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
docker_guide.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
errorcode.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
etcd_alert.rules 5ae04259c4 Documentation: alert.rules. fix labels bug 8 anos atrás
etcd_alert.rules.yml 10a863aac2 Documentation/op-guide: Add rules for Prometheus 2.0 8 anos atrás
faq.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
glossary.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
internal-protocol-versioning.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
libraries-and-tools.md 4c801ee315 Documentation: drop fleet from integration lists 8 anos atrás
members_api.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
metrics.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
other_apis.md f77e54eb13 api/etcdhttp: change /health type back to string for backwards compatibility 8 anos atrás
production-users.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
proxy.md 182d071fd0 Documentation/v2: add Procfile.v2 for proxy 8 anos atrás
reporting_bugs.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
runtime-configuration.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
runtime-reconf-design.md 663f8835cf Documentation: cleanup and fix some typo 8 anos atrás
security.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
tuning.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
upgrade_2_1.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
upgrade_2_2.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás
upgrade_2_3.md 49fe77eea0 Documentation/v2: 'etcd v2' to the title 8 anos atrás

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