Blog

APSL posts, news and events

Using Prometheus for monitoring Django applications in Kubernetes

Django application deployment architecture

Developing web applications with Django is very easy and fun: if you just follow the tutorial in a few hours you can have up and running your own website. However, deploying a Django site can be hard and you can end up running a site with a terrible performance if you don't follow the recommended guidelines to deploy a Django site to a production environment.

There …

Oct. 1, 2018 · 9 min read