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