
A Django/Postgres/Redis Kubernetes Template
This tutorial repository demonstrates how to run Django, Postgres, and Redis on a Kubernetes cluster using Google Container Engine or Minikube. The tutorial is associated with a series of blog posts on Medium.com. The project is slightly involved as it deploys Postgres and Redis to the cluster, but there is a simpler example available that only deploys Django to Kubernetes using a CloudSQL managed MySQL database. The instructions provided in this repository can be adjusted to work on other Kubernetes platforms besides Google Container Engine and Minikube.
This tutorial repository provides step-by-step instructions on how to run Django, Postgres, and Redis on a Kubernetes cluster using Google Container Engine or Minikube. The project demonstrates how to deploy Postgres and Redis to the cluster, and includes templating of configs using the jinja2 CLI. The instructions can be adapted to work on other Kubernetes platforms and providers.
