Skip to content

Uvicorn in a kubernetes environment #1148

Answered by Kludex
m-vellinga asked this question in Q&A
Discussion options

You must be logged in to vote

Gunicorn will add another layer of complexity. The only goal of gunicorn is to manage the workers (uvicorn), and on K8s you have the management of pods, so you're shifting the place where you manage "things". If you wish so, you can use a single uvicorn worker, and you don't need to use Gunicorn.

The current documention needs to be updated to talk a little bit more about this subject.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

Kludex
Oct 12, 2021
Maintainer Sponsor

You must be logged in to vote
2 replies
@m-vellinga
Comment options

@rushilsrivastava
Comment options

Answer selected by m-vellinga
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants