Do It Yourself – Tutorials – How to make a website with Python and Django – DEPLOY AN APPLICATION WITH HELM AND KUBERNETES (E08)

by | May 16, 2021 | 0 comments

Do It Yourself – Tutorials – How to make a website with Python and Django – DEPLOY AN APPLICATION WITH HELM AND KUBERNETES (E08)

by | May 16, 2021 | Do It Yourself - Build Your Own Website | 0 comments

Do It Yourself – Website Tutorials



If you missed the first part, watch it here: https://www.youtube.com/watch?v=rA4X73E_HV0&list=PL39pssg07dpDJas1vxb7Dyw5f8SkAw6c-&index=2&t=0s

Welcome to my full tutorial series about how to build a website! I asked our instagram followers what they wanted to see from our channel in the next month and the overwhelming response was “we want to see how to make a website using Django and Python”. In this episode, I’ll show you how to deploy and application in a local Kubernetes cluster using Helm. Helm is a Kubernetes release manager with a templating engine. It helps manage Kubernetes resources.

This tutorial will be several parts long. I’ll go in-depth on how to create a Django server with Python, setup a database, create web pages/style them with css, and even deploy the application to the cloud.

We’re going to use four different technologies in this tutorial:
1. Django – for our web server
2. Postgres – for our database
3. Docker – to package the application
4. Kubernetes – to manage deployment in the cloud

All of the code for this project will be available on our Patreon page:
https://www.patreon.com/posts/python-django-38642815

I hope. you guys enjoy!

source