I'm porting an existing Tornado HTTP service to run on Kubernetes.
Should I add gunicorn
or uvicorn
inside the container before for Tornado processes?
Or should it be a just single Python process with Tornado inside the container?
Also, what are the benefits of using gunicorn
/uvicorn
for this?
Thanks
Alex
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…