12-Factor App Demo
- Docker Engine
kubectlCLI- 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.toolcan beodo,skaffold, ortilt- See help:
odo -horskaffold -hortilt -h
- See help:
- Test
- Request
curl -s "localhost:8000/hello?name=foo" - Response
{"greetings":"Hello, foo!"}
- Request
See ./stack -h