- working kubectl setup
- docker
Build & Deploy with
./build.sh
- Watch for Pod logs
kubectl logs -nfastify -lapp=fastify -f
- Watch in a seperate terminal for changes in the deployment
watch kubectl get pods -n fastify
- Kill a fastify container and check the output from (1)