etcd-agent
highly-available key value store -- daemon
Install
- All systems
-
curl cmd.cat/etcd-agent.sh
- Debian
-
apt-get install etcd
- Ubuntu
-
apt-get install etcd
- Kali Linux
-
apt-get install etcd
- CentOS
-
yum install etcd
- Fedora
-
dnf install etcd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install etcd
- OS X
-
brew install etcd
- Raspbian
-
apt-get install etcd
- Dockerfile
- dockerfile.run/etcd-agent
etcd
highly-available key value store -- daemon
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 server binaries.