conciertio / concierto

A Clojure based orchestration tool

Home Page:https://www.conciert.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concierto

Concierto is a simple command line orchestration tool for docker/podman.

It's written in Clojure using the Babashka runtime so is fast to start.

Quick flavor ...

concierto build all --push
concierto deploy \
    --scenario cluster \
    --target stage \
    --select \ 
        cluster stage role db also \
        cluster stage role api also \
        cluster stage role balancer 

Find full documentation here https://www.conciert.io.

Status: Late alpha.

About

A Clojure based orchestration tool

https://www.conciert.io

License:Eclipse Public License 1.0


Languages

Language:Clojure 94.6%Language:Shell 5.4%