- Docker Engine
kubectl
CLI- Local Kubernetes cluster
kubetpl
CLItilt
CLI
- Startup local Kubernetes cluster following docs in the Prerequisites
./stack dev up
# Launch app with hot-reloadingtilt -h
# See othertilt
commands
- Test
- Request
curl -s http://localhost:8080/greetings?name=foo
- Response
{"message":"Hello, foo!"}
- Request
See ./stack -h