How To Deploy Django App Over Kubernetes Cluster

preview_player
Показать описание
Hello there. In this tutorial, I wanna cover one of the most hype topics in the DevOps world. In this lecture, we gonna discuss these topics:
• What is Kubernetes?
• What is its difference with Docker?
• Why and when should we use Kubernetes?
• Basic architecture of Kubernetes
• As an example, we will deploy a simple Django app over a Kubernetes cluster

We will set up five components over the cluster: Django, Postgres, Redis, Beat, and Worker. I will use this project as our App:
It has a simple CRUD operation and a celery task that makes a thumbnail from an image.

00:00 Introduction
01:15 Kubernetes Basic Presentation
07:32 Start Coding
09:50 Django Deployment
28:29 Postgres Deployment
39:10 Celery Deployment

Affinity Wave - Pop Party (Copyright Free Music)

Alexey Anisimov - Body Shaking Party (Copyright Free Music)
Рекомендации по теме
Комментарии
Автор

this s gold mine thanks man you are awesome

ayencoscolfield
Автор

thks for you, awesome, i need your help when I have to deploy django within JWT.HW I do ?

medamineblibech
Автор

This is pure gold man, thanks for sharing. You talk about the shop project, however I was not able to find it on youtube :(. Is it on a different platform?

javalace
Автор

I am new for django So could you please explain the .env file because it is asking me to have .env file but in your repo there is no file. Could you please add that in file in your repo?

trickyzone