Skip to content

leowenlu/django-k83

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Run App Locally

Very first we will setup the django web app to run on our locally. Here

Containerize Django App

Everything is working as expected in python virtualenv, now let's put it in a contianer.Here

Deploy Django To Kubernetes

After we have made webApp running in a contianer, we then will deploy it to Kubernetes.Here Very first we will setup the django web app to run on our locally. here

Containerize Django App

Everything is working as expected in python virtualenv, now let's put it in a contianer. here

Deploy Django To Kubernetes

After we have made webApp running in a contianer, we then will deploy it to Kubernetes here

postgres database as docker to Kubernetes

Postgres database will run in a container, as the Docker containers useare ephemeral in nature so persistent storage volume needed. Details Here

Deploy Celery and Redis

What is Celery and Redis

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. Here

Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while providing operations with the tools required to maintain such a system. Here

K8s deploy

Here

Migrate the project to PRODUCTION kubernetes Cluster

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published