etcd is a distributed key-value store for distributed system. etcd is written in Golanguage. To ensure high availability, etcd uses Raft consensus algorithm for management of replicated log. In this article / tutorial we will learn how to install etcd node on Ubuntu Server. Download and…