In this article we are going to use a very simple Flask application, “dockerise” it and then run it on Kubernetes using minikube.
Part 1 : The basics
The files that we should have at the end of this first part will look like this :
/flask-hello
app.py
Dockerfile
.dockerignore
requirements.txt
deployment.yaml
service.yaml