12-Factor App Demo
- Docker Engine
kubectl
CLI- Local Kubernetes (K8s) cluster using one of the following:
- K8s-based development using one of the following:
- Startup local Kubernetes cluster following docs in the Prerequisites
./stack dev <tool>
# Launch app with hot-reloading.tool
can beodo
,skaffold
, ortilt
- See help:
odo -h
orskaffold -h
ortilt -h
- See help:
- Test
- Request
curl -s "localhost:8000/hello?name=foo"
- Response
{"greetings":"Hello, foo!"}
- Request
See ./stack -h