I've been working on a Kubernetes cluster with microservices written in Flask for some time now and I'm not sure if my current method for containerizing them is correct.
I've been using this image as a base.
But I've been seeing various posts saying that something like that may be a bit overkill.
The problem I have is that whenever I look up an article about using Flask with Kubernetes, they always skip over the details of the actual container and focus on building the cluster, which is something I already have a pretty solid handle on. I guess what I'm wondering is whether there's a better way to build a docker image for a single Flask app because it's hard to find a straight answer.