An Actual Cluster
In this little blog series, I’ve been wrestling with mgmt’s embedded etcd server, trying to get it to form a functioning cluster with mgmt 0.0.21. This finally worked on the local machine, so let’s take the next step and take it to a little network.
You never listen Everything starts with the seed server. For mgmt 0.0.21, I’m launching it like this:
# mgmt run --tmp-prefix --hostname h1 --ideal-cluster-size 3 yaml examples/yaml/etcd1a.
[Read More]