Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mukulmantosh/django-kubernetes

Deploy Django App in Kubernetes 🐍 ☸️
https://github.com/mukulmantosh/django-kubernetes

django docker-desktop kubernetes python3

Last synced: about 9 hours ago
JSON representation

Deploy Django App in Kubernetes 🐍 ☸️

Awesome Lists containing this project

README

        

# Deploy Django App in Kubernetes

## Overview
This guide provides detailed instructions on how to deploy a Django application in a Kubernetes environment. Kubernetes, a powerful container-orchestration system, is used for automating deployment, scaling, and management of containerized applications.

### Prerequisites
- A basic understanding of Kubernetes concepts
- A Django application ready for deployment
- Kubernetes cluster setup
- kubectl command-line tool installed

### Blog
- [Deploying Django Apps in Kubernetes](https://blog.jetbrains.com/pycharm/2024/03/deploying-django-apps-in-kubernetes/)