- Docker Engine
kubectl
CLI- Local Kubernetes cluster
odo
CLI
- 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