Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (32 loc) · 471 Bytes

running-with-minikube.md

File metadata and controls

39 lines (32 loc) · 471 Bytes

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