Skip to content

nhatthaiquang-agilityio/sample-django-rest-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django 2.1, Docker and Kubernetes

Requirements


  1. Install Docker.
  2. Install Docker-compose.
  3. Install Minikube

Technique


  1. Kubernetes

    • Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications.
  2. Helm

    • 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

    • Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
  4. Django REST Framework

    • Django REST framework is a powerful and flexible toolkit for building Web APIs.