Deploy your Django project in to a Kubernetes cluster.
Kubernetes config files can be found at k8s directory
- Create a Kubernetes cluster with your favorite provider
- Download the k8s Config yaml file
- Install
kubectl
using homebrew or your OS package manager - Export the file to the path by
export KUBECONFIG=~/Downloads/django-kubeconfig.yaml
helm repo add traefik https://containous.github.io/traefik-helm-chart
helm install traefik traefik/traefik
kubectl apply -f k8s/
Feel free to make this code better !