alpaca

Install / upgrade minikube

make mk-upgrade

Start cluster

make mk-start

Stop cluster

make mk-stop

Build Docker images

make mk-build

Rebuild Docker images

make mk-rebuild

Start µServices

make kb-create

View logs

kubectl logs $(kubectl get po -l app=alpaca-auth,tier=api -o jsonpath="{.items[0].metadata.name}") -f

Stop µServices

make kb-delete