How to Install etcd-client in Ubuntu 18.04



Install etcd-client by entering the following commands in the terminal:

sudo apt update
sudo apt install etcd-client

Description:

highly-available key value store -- client

A highly-available key value store for shared configuration and service discovery. etcd is inspired by zookeeper and doozer, with a focus on: . * Simple: curl'able user facing API (HTTP+JSON) * Secure: optional SSL client cert authentication * Fast: benchmarked 1000s of writes/s per instance * Reliable: Properly distributed using Raft . Etcd uses the Raft consensus algorithm to manage a highly-available replicated log. . This package contains the client binaries.

Homepage: https://github.com/coreos/etcd

Version: 3.2.17+dfsg-1

Section: universe/net