Topic

Python in the Cloud
By: Adrian Garcia Badaracco
Date: July 14, 2022, 6:30 p.m.

This talk explores the relationship between Kubernetes/cloud infrastructure and the most common Python ASGI app deployment topology (Gunicorn with Uvicorn workers). We'll look at the issues that you'll encounter with this deployment strategy and how you can solve them and make your code simpler and more robust by ditching Gunicorn and taking control of your application.