hello-python Very simple hello world python Flask application. docker docker build -f docker/Dockerfile -t hello-python:latest . docker image ls docker run -p 5001:5000 hello-python kubernetes cd kubernetes kubectl apply -f deployment.yaml