Deploy a Django App to Kubernetes on AWS

Опубликовано: 03 Февраль 2025
на канале: London App Developer
19,287
120

This is an edited version of our Kubernetes Livestream - Part 2 of 2. If you want to watch Part 1 you can find that here:    • Deploy a Django App to Kubernetes - P...  

In this tutorial I'll walk you through how to deploy an existing Django project to Kubernetes on the cloud using AWS (EKS).

REQUIREMENTS
Ensure you have the following installed:

Terraform: https://developer.hashicorp.com/terra...
aws-vault: https://github.com/99designs/aws-vault
Docker: https://docs.docker.com/engine/install/
Kubernetes CLI (kubectl): https://kubernetes.io/docs/tasks/tool...
Helm: https://helm.sh/docs/intro/quickstart...
AWS free tier: https://aws.amazon.com/free/

STARTER CODE
We'll be starting where the last stream ended.
https://github.com/LondonAppDeveloper...

FINISHED SOURCE CODE
The final product of what we will create in this stream can be found here:
https://github.com/LondonAppDeveloper...