Deploy Django into Production with Kubernetes, Docker, & Github Actions. Complete Tutorial Series
Learn how to deploy a production-ready Django application into a Kubernetes cluster.
We partnered with DigitalOcean to bring you this series. Sign up now for a $100 credit:
Kubernetes is a tool to manage containers. This type of management is called orchestration because it does more than just manage the containers such as it will scale up and scale down resources as needed (among many other things).
Since Kubernetes is a massive tool, we’re going to be covering a practical implementation using a Docker-based Django application.
Django is a way to build web applications rapidly using Python. There are many ways to get Django into production so the question is why use K8S at all? There’s many reasons we’ll cover throughout this series but here are a few:
● Gracefully deploy Docker-based Django projects
● Scale up (or scale down) your web apps with ease
● Use a few or a lot of microservices internally or externally
● Self-heal when services go down
● Simplify app deployment (after
6 views
163
36
1 month ago 00:00:11 1
You ignored ignoring your env file #coding #programming #javascript #python
6 months ago 00:17:11 1
Pro Django - Tutorial 9 - CI/CD
6 months ago 03:35:05 1
Learn Python and Django - Build an eCommerce Website Step by Step from Scratch
7 months ago 02:23:41 1
Как организовать идеальную структуру Django проекта (Часть 1)
8 months ago 01:11:51 1
Python Django Crash Course
11 months ago 00:30:07 1
ПИЛИМ БОЕВОЙ ПРОЕКТ НА ПИТОНЕ (PYTHON) 8 PART. БОЛЬ И СТРАДАНИЕ ДЕПЛОЯ DJANGO ПРИЛОЖЕНИЯ НА PYTHON
11 months ago 01:25:03 1
Deploy a Microservices App on Kubernetes with GitLab CI/CD
1 year ago 00:20:37 1
How To Deploy Django on Windows server Using Apache
1 year ago 00:15:04 7
Написал сайт на DJANGO с НУЛЯ за МЕСЯЦ / Какие возможности даёт данный движок для разработки
1 year ago 00:19:02 1
Деплой Django-проекта в системе ISPmanager 6
1 year ago 00:21:49 3
Деплоим Django приложение при помощи jwilder/nginx-proxy
2 years ago 00:10:29 12
Деплой бота Telegram или Discord на Heroku | Развертывание в облаке