Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 289 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 289 Bytes

to-do

To run

make init
make build
make run
make kill

./start.sh 
or
python run-app.py
localhost:5000
localhost:5000/metrics
localhost:5000/dashboard
docker run -it --rm --entrypoint /bin/sh todo_flask

kubectl port-forward svc/to-do 5001:5001
localhost:5001