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

FYI, there's no Raft in Docker (AFAIK), and CoreOS and Kubernetes both have Raft via etcd.
Whoops, I must have heard that wrong. I thought Swarm uses it. +1 for the clarification.
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!