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

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

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.