- Docker Engine
kubectlCLI- Local Kubernetes cluster
odoCLI
- Startup local Kubernetes cluster following docs in the Prerequisites
odo dev# Launch app with hot-reloadingodo logs --follow# See logsodo -h# See other commands
- Test
- Request
curl -s http://localhost:20001/greetings?name=foo - Response
{"message":"Hello, foo!"}
- Request
See ./stack -h