DEV Community

Discussion on: Do you use python virtualenv inside Docker at production?

Collapse
 
marounmaroun profile image
Maroun Maroun

We actually use K8s for dev, staging and production clusters. For development, we have containers that're orchestrated by docker-compose.

The flow is: Test things locally, once done, deploy to dev, then move to staging and finally deploy on production.