-
Prepare a Linux box running Docker.
-
Checkout this repository.
git clone https://github.com/cybozu-go/nyamber
-
Install aqua.
-
Install CLI tools.
cd cybozu-go/nyamber aqua i -l
-
Launch local Kubernetes cluster.
cd cybozu-go/nyamber make start
-
Start Tilt.
cd cybozu-go/nyamber tilt up
-
Access:
http://localhost:10350/
-
Stop the Kubernetes cluster.
cd cybozu-go/nyamber make stop