Y
Hacker News
new
|
ask
|
show
|
jobs
by
justinsb
4091 days ago
FYI, there's no Raft in Docker (AFAIK), and CoreOS and Kubernetes both have Raft via etcd.
1 comments
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