0
I need to deploy a python application in a cluster kubernetes
. This application is using the venv
and I don’t know if it’s right to generate a container image with the venv directory. What is the recommended way to create an image from a python application using venv