Y
Hacker News
new
|
ask
|
show
|
jobs
by
sisivee
4091 days ago
For context, Raft is the consensus algorithm that powers awesome distributed systems like Docker, CoreOS, Kubernetes, Consul, and more!
1 comments
justinsb
4091 days ago
FYI, there's no Raft in Docker (AFAIK), and CoreOS and Kubernetes both have Raft via etcd.
link
sisivee
4091 days ago
Whoops, I must have heard that wrong. I thought Swarm uses it. +1 for the clarification.
link
justinsb
4091 days ago
Ah, you're right - sorry! Docker Swarm can use etcd or consul, both of which use Raft:
https://docs.docker.com/swarm/discovery/
You may want to use consul to the list!
link