2016-04-22 16:58:03 -07:00

1.3 KiB

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.

Getting started

New to etcd? Start by downloading and building etcd!

Developing with etcd

Want to develop applications with etcd? Start by setting up a local cluster!

Operating etcd clusters

Want to operate etcd clusters? Start by setting up a cluster on multiple machines!

  • Setting up clusters
  • Configuration
  • Security
  • Monitoring
  • Maintenance
  • Disaster recovery
  • Performance

Learning

Want to learn more about the concepts and internals behind etcd? Read the following pages!

Upgrading and compatibility

Troubleshooting