work through everything in etcd the hard way
-
Tutorials: practical guides to manipulate a distributed etcd cluster
- etcd cluster settings
- raft and implementation
- distributed lock and concurrency
- security and authentication
- discovery and proxy
- monitoring and logging
- backup and disaster recovery
-
Implementation: in-depth introduction to etcd
- leader election and log replication
- log storage, lease and watchers
- distributed locks
- clients
-
Examples