Scalable and resilient Django with Kubernetes — Harish Narayanan

Scalable and resilient Django with Kubernetes https://harishnarayanan.org/writing/kubernetes-django/



If things work out as you’ve envisioned, there will be a time in your webapp’s lifecycle when it’s serving a large number of users. By the time things get to this point, it’s ideal if you’ve architected your webapp to both scale gracefully to meet this load, and also be resilient to arbitrary failures of underlying compute resources. This article is about how you can use Docker containers and Kubernetes to help your Django webapp achieve these ar…
Scalable and resilient Django with Kubernetes — Harish Narayanan

 

Raony Guimaraes