Etcd

Etcd is an open source distributed key-value store. OpenSQL utilizes etcd as a Distributed Configuration Store(DCS) that manages the state of each instance in the cluster and performs leader election, and provides the etcdctl tool for effective control.


Installation

1. Setting OPENSQL_INSTALL_HOME directory

2. Installing etcd

3. Verifying etcd installation

Once installed, you can check the version of etcd and etcdctl with the command below.

Last updated