Caution
Highly experimental release in active development, not suitable for production yet.
simple, scalable docker orchestrator written in go.
Kanastar is a dead simple docker orchestrator designed with spot VMs in mind
Usage:
kanactl [command]
Available Commands:
help Help about any command
manager Manager command to operate a Kanastar manager node.
node Node command to list nodes.
run Run a new task.
status Status command to list tasks.
stop Stop a running task.
worker Worker command to operate a Kanastar worker node.
Flags:
-h, --help help for kanactl
Use "kanactl [command] --help" for more information about a command.
- Pull the repo and run
make build
in the dir with theMakefile