mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
doc: front page of etcd3 doc
This commit is contained in:
parent
0c191b71ec
commit
e38710b5f9
42
Documentation/docs.md
Normal file
42
Documentation/docs.md
Normal file
@ -0,0 +1,42 @@
|
||||
# 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][download_build] etcd!
|
||||
|
||||
## Developing with etcd
|
||||
|
||||
Want to develop applications with etcd? Start by setting up a local cluster!
|
||||
|
||||
- Setting up local clusters
|
||||
- Interacting with etcd
|
||||
- API references
|
||||
|
||||
## 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!
|
||||
|
||||
- Why etcd
|
||||
- Concepts
|
||||
- Internals
|
||||
- Glossary
|
||||
|
||||
## Upgrading and compatibility
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
[download_build]: dl_build.md
|
Loading…
x
Reference in New Issue
Block a user