- make
- docker for mac
- Please turn on
Enable Kubernetes
configulation if you want to deploy on local k8s
- Please turn on
- flake8, pytest, mypy
- build docker image
make build-image
- deploy on your local k8s cluster
make deploy
- port-forward to k8s service resource
make port-forward
- invoke health check endpoint
curl localhost:4600/health
{"msg":"I'm healthy"}
make ci