Writing an API using FastAPI, part 2: Containerizing the app
Introduction In order to deploy our app, we need to containerize it. I found that containerizing Python apps...
Deploying a simple Django (DRF) app to a Kubernetes cluster, part 2: running on Gunicorn
Introduction In my previous post I described how to deploy a django restframework app to a Kubernetes cluster....