https://github.com/nhatthaiquang-agilityio/sample-django-rest-framework
Django 2.1 and Django REST framework & Devops: Kubernetes and Helm
https://github.com/nhatthaiquang-agilityio/sample-django-rest-framework
devops django django-rest-framework docker docker-compose helm kubernetes minikube
Last synced: 3 months ago
JSON representation
Django 2.1 and Django REST framework & Devops: Kubernetes and Helm
- Host: GitHub
- URL: https://github.com/nhatthaiquang-agilityio/sample-django-rest-framework
- Owner: nhatthaiquang-agilityio
- Created: 2019-03-27T10:23:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T04:02:17.000Z (about 7 years ago)
- Last Synced: 2025-02-15T06:30:46.588Z (over 1 year ago)
- Topics: devops, django, django-rest-framework, docker, docker-compose, helm, kubernetes, minikube
- Language: Python
- Homepage:
- Size: 2.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django 2.1, Docker and Kubernetes
### Requirements
----------------
1. Install [Docker](http://docker.io).
2. Install [Docker-compose](http://docs.docker.com/compose/install/).
3. Install [Minikube](https://daten-und-bass.io/blog/installing-minikube-on-mac-os-in-virtualbox/)
### Technique
--------------
1. [Kubernetes](https://kubernetes.io/)
- Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications.
2. [Helm](https://helm.sh/)
- Helm is the best way to find, share, and use software built for Kubernetes.
- Helm helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.
3. [Django 2.1](https://www.djangoproject.com/)
- Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
4. [Django REST Framework](https://www.django-rest-framework.org/)
- Django REST framework is a powerful and flexible toolkit for building Web APIs.