Skip to content

leobcn/gru

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gru - A Simple Orchestration Framework

Build Status

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

asciicast

License

Gru is Open Source and licensed under the BSD License

About

A simple orchestration framework written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.4%
  • Makefile 0.6%