Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 234 Bytes

File metadata and controls

11 lines (8 loc) · 234 Bytes

python_flask_docker

Hello World python_flask for docker

Docker Build Image

docker build -t flaskapp .

Docker Run

docker run -p 5000:5000 --name python_flask flaskapp

Deploy using Kubernetes

kubectl apply -f deployment.yaml