Gru - A Simple Orchestration Framework
Gru is a simple orchestration framework written in Go, which
allows you to manage your UNIX/Linux systems with ease.
Installation
The easiest way to get Gru is to use one of the pre-built binaries
from the Gru releases page.
For those wanting to try out the latest version of Gru you should
follow these instructions instead:
$ git clone https://github.com/dnaeon/gru
$ cd gru
$ make
Gru uses
etcd for discovery of minions and
communication between the minions and clients. In order to use Gru,
first make sure that you have etcd
up and running.
Usage
License
Gru
is Open Source and licensed under the
BSD License