Consensus
Everything on SkillVeris tagged Consensus — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 2 libraries
Study Notes(2)
etcd Explained
A focused look at etcd, the distributed key-value store that backs Kubernetes cluster state, covering Raft consensus, its data model, and operational best prac…
Consensus Algorithms
Consensus algorithms let a group of distributed nodes agree on a single value or ordered log despite failures and network delays, underpinning leader election…
Interview Questions(3)
What Is Consensus in Distributed Systems?
Consensus is the problem of getting a set of distributed nodes to agree on a single value despite some nodes failing or messages being delayed, solved in pract…
What is the Split-Brain Problem in Distributed Systems?
Split-brain is a failure mode in a clustered system where a network partition causes two or more nodes to each believe they are the sole leader, resulting in m…
What is ZooKeeper Used for in DevOps?
Apache ZooKeeper is a distributed coordination service that provides a highly consistent, hierarchical key-value namespace used by other distributed systems to…