Explore the inner workings of etcd, a critical distributed key-value store for Kubernetes control plane, in this 40-minute conference talk by Jingyi Hu from Google. Delve into the Raft consensus algorithm, which powers etcd's data replication across multiple nodes, and discover its widespread adoption in projects like CockroachDB and TiKV. Gain insights into the basics of Raft, its implementation details, and future roadmap. Learn about leader election, log management, and the design philosophy behind etcd's Raft package. Examine the state machine, Raft output, and source code structure, including the wrap package and leaders graph. Conclude with ongoing efforts and fun negotiations in the etcd community.