How to Deploy Django to Kubernetes: Part 2

Опубликовано: 21 Октябрь 2024
на канале: London App Developer
2,230
75

Join us on Sat May 20th at 3pm GMT as I 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 in advance of the stream:

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...