[Fixed]-How to deploy django with Kubernetes on AWS

1👍

This is a pretty broad question to expect a complete answer, but I can try to touch a couple things.

Kubernetes should already work on AWS, so simply running kube-up.sh should work. This includes the network.

Kube on AWS has support for EBS volumes, so you can store your MySQL data there.

Creating containers for your components – I would start by looking at the Docker library for useful base images.

Leave a comment