DEV Community

Cover image for Create Kubernetes Manifests
Kemisola
Kemisola

Posted on

Create Kubernetes Manifests

Here is the 3rd version of this project. I just created manifest files for a Kubernetes deployment. "My email is misolakhemmy@gmail.com".

Here's what I did:

✅ Set up an EKS cluster.

✅ Built and pushed a Docker image of my backend to Amazon ECR.

✅ Set up a Deployment manifest to give Kubernetes instructions for managing and scaling my application.

✅ Set up a Service manifest to tell Kubernetes how to expose my backend and route traffic to it.

Check out my documentation https://drive.google.com/file/d/1KpP98XV94zpgM3S901IgcMijsRU23ipw/view?usp=sharing for a step-by-step guide on how I got this to work.

aws #kubernetes #eks #NextWork #freeAWSprojects

Top comments (0)