etcd¶
General¶
- Introduction to etcd v3
- etcd for Beginners
- etc3 Documentation
- etcd3 CLI
- etcd 2 to 3: new APIs and new possibilities
- Apache Zookeeper vs etcd3
- Serializability and Distributed Software Transactional Memory with etcd3
- Transaction Example
- play.etcd.io
- Go etcd3 API
Elections¶
ZK and Curator¶
Setup¶
Start a local server with:
etcd --listen-client-urls=http://localhost:2379 --advertise-client-urls=http://localhost:2379