paz-sh / paz

An open-source, in-house service platform with a PaaS-like workflow, built on Docker, CoreOS, Etcd and Fleet. This repository houses the documentation and installation scripts.
http://paz.sh
Other
1.08k stars 56 forks source link

Implement service watcher that can start/remove units #32

Open lukebond opened 9 years ago

lukebond commented 9 years ago

We need a little service that watches what's running in the cluster and:

...will start new service if:

...will stop services if:

This is something like the Kubernetes replication controller.