Deploying a simple Django (DRF) app to a Kubernetes cluster, part 3: using an nginx pod as proxy
Introduction In my previous two posts we set up a kubernetes deployment for a Django Rest Framework Application....
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....
Deploying a simple Django (DRF) app to a Kubernetes cluster part 1: setting up
Introduction For the past couple of years I have been reading about Django and the Django Rest Framework,...