Flask Kube API 指示 docker-compose up -d # Modify the docker-compose if you want to change image names docker-compose build && docker-compose push # To shutdown docker-compose down # List people (feel free to run anytime between below steps) curl localhost:5000/people # Adding an item