The FastAPI Deployment guide was just revamped ✨ fastapi.tiangolo.com/deployment/ 💡 Deployment Concepts: fastapi.tiangolo.com/deployment/con… 👩🏭 Gunicorn with Uvicorn: fastapi.tiangolo.com/deployment/ser… 🐋 FastAPI in Containers and Kubernetes: fastapi.tiangolo.com/deployment/doc…
@FastAPI It's impressive that the guide does not only include FastAPI-specific information and tips, but covers the *whole* topic of production deployment from scratch, even with an in-depth explanation of TLS. Very beginner friendly, great work and great attitude! 👍
@FastAPI Good to see more guidance for deploying in k8s and serverless. I do FastAPI mostly in Cloud Run or ECS and think lots of people do. Was a bit surprised to see the recommendation to use plain uvicorn instead of gunicorn there.
@FastAPI Nice work! I am searching for docs/examples/recommendations how to add Prometheus metrics to a fastapi app?
@FastAPI Firstly good job! These containers are production ready or best to use something with nginx/traefik?