Implementing Automated Service Scaling with SaltStack and etcd
etcd Service Installation and Basic Operations Installing etcd wget https://github.com/coreos/etcd/releases/download/v3.5.0/etcd-v3.5.0-linux-amd64.tar.gz tar -zxf etcd-v3.5.0-linux-amd64.tar.gz cp etcd/etcd etcd/etcdctl /usr/local/bin/ Starting etcd Server mkdir -p /var/lib/etcd nohup etcd --name a...