etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
About the project
Distributed reliable key-value store written in Go using the Raft consensus algorithm, designed for the most critical data of distributed systems; used by Kubernetes and others.
Useful for
- Deploy a multi-node etcd cluster to store Kubernetes configuration
- Configure TLS and client certificate authentication to secure an etcd cluster
- Use etcdctl to read and write keys via the gRPC API
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 3 stars so far today, about 7 expected by the end of the day.
- GitHub Trending Go today: #19, +9 stars.
- Recent forks include notable developers: @DCjanus (519 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 52,310
- Today
- 3 · ≈ 6 by evening
- Forks
- 10,514
- Issues and pull requests
- 21,867
- Watchers
- 1,269
- Language
- Go
- License
- Apache-2.0
- Latest release
- v3.7.2 · September 22, 2026
- Created
- July 6, 2013
- Last push
- September 24, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 24, 2026GitHub Trending Go today: #19, +9 stars
Similar by description
-
0.2
tikv/tikv
TiKV is a distributed transactional key-value database written in Rust, using Raft for consensus and RocksDB for storage. It provides ACID-compliant key-value APIs and is designed to back TiDB, scaling to 100+ TB of…
-
1.7
seaweedfs/seaweedfs
A Go distributed storage system: a single weed binary serves an S3-compatible object store, a POSIX file system, and a lakehouse with Iceberg tables, built for billions of files and horizontal scaling.