- assumes you are using python and can install things with uv
- you need to setup a KIND cluster for local k8s
- each chapter is its own branch and is additive to the next one... all the way up to main
- you should be able to point Claude code at things and have them described (see docker app example)
brew install kind kind create cluster --name lets-ship-it kubectl cluster-info --context kind-lets-ship-it
uvicorn app.main:app --port 8042 uv run pytest
remove the whitespace from copy/pasting from terminal /strip-whitespace chapters/raw/docker-app.md