I'm deploying an app for deployment with Kubernetes! First things first, we're sorting out a container image for the backend.
Here's what I did:
✅ Set up an EKS cluster from scratch using eksctl.
✅ Cloned backend code from GitHub.
✅ Built a Docker image of my backend.
✅ Pushed the Docker image of my backend to Amazon ECR.
Check out my documentation for a step-by-step guide on how I got this to work: https://drive.google.com/file/d/1eHBVOkcpSmx43Qf2kPPqYg6FjkrtSxI-/view?usp=sharing