serf

Service orchestration and management tool

Install

All systems
curl cmd.cat/serf.sh
Debian Debian
apt-get install serf
Ubuntu
apt-get install serf
Alpine
apk add serf
Arch Arch Linux
pacman -S serf
image/svg+xml Kali Linux
apt-get install serf
Windows (WSL2)
sudo apt-get update sudo apt-get install serf
OS X
brew install serf
Raspbian
apt-get install serf
Docker
docker run cmd.cat/serf serf powered by Commando

serf

Service orchestration and management tool

Serf is a decentralized solution for service discovery and orchestration that is lightweight, highly available, and fault tolerant. Serf runs on Linux, Mac OS X, and Windows. An efficient and lightweight gossip protocol is used to communicate with other nodes. Serf can detect node failures and notify the rest of the cluster. An event system is built on top of Serf, letting you use Serf's gossip protocol to propagate events such as deploys, configuration changes, etc. Serf is completely masterless with no single point of failure. This package contains the tool/service.