79386737

Date: 2025-01-25 12:50:57
Score: 2
Natty:
Report link

Flask is not intended for production, instead you should use something like FastAPI when deploying for production. The deployment process depends on what kind of setup your company has. If your company uses Kubernetes a typical scenario would be to have you code in a git repo where you create a docker image, and then reference that image in you Kubernetes app deployment file.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: trajkan