Replies: 1 comment
-
|
Bump. Any answer to this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently in the process of deploying a containerized FastAPI application using Uvicorn as the ASGI server. As I explore the best ways to run Uvicorn in production, I'm thinking about whether I need to use Gunicorn along with Uvicorn on Kubernetes. We expect around 300.000 requests per day.
Here are a few points I’d like to clarify:
Ultimately, what would you recommend for a production setup? Either let's say 2 application pods running e.g. Gunicorn with 4 Uvicorn workers to ensure redundancy OR 8 slim application pods running uvicorn with a single worker?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions