Deploy Django project in Kubernetes | zero downtime deployment | scale django deployment

preview_player
Показать описание
In this video, we see how to:
1. deploy django project in kubernetes
2. zero downtime deployment
3. scale django deployment

You can use Jenkins to deploy to code from git repo to kubernetes cluster.

Рекомендации по теме
Комментарии
Автор

everything is wrong in the Dockerfile and entrypoint if you want to use in deployment or for scaling.

WalkingArchive
Автор

Can you extend this deployment so we can use NginX, Gunicorn, django, PostgreSQL, redis.

mr-enginer
Автор

Hey, thanks for sharing this. You didn't mention how to handle static files though, did you? I'm looking for advice on how to deploy Django on k8s and if serving static files from the same pod as Django itself is a good idea or not

DavidBerglund