ha-postgres-docker-stack icon indicating copy to clipboard operation
ha-postgres-docker-stack copied to clipboard

bootstrap etcd cluster

Open seocahill opened this issue 8 years ago • 1 comments

Etcd should run in a cluster the question is how to bootstrap the cluster config?

seocahill avatar Oct 20 '17 15:10 seocahill

One option is to define each etcd node as a separate service similar to how the dbs are defined, like here: https://github.com/ihcsim/stolon-swarm/blob/master/docker-compose.yml#L49.

Though ideally the etcd cluster could be defined as one service which would make it easier to scale dynamically.

yayitswei avatar Feb 17 '18 07:02 yayitswei