In this documentation, I’ll walk you through how I deployed my Mediplus application to an Amazon EKS (Elastic Kubernetes Service) cluster and managed it with ArgoCD.
This project combines several DevOps concepts — containerization, CI/CD pipelines, Kubernetes deployments, GitOps, and cloud automation.
By the end of this process, I successfully had my Mediplus app running on AWS, with continuous delivery handled by GitHub Actions and ArgoCD
My main goals for this project were to:
I started by creating a new cluster named Staging-cluster in the AWS Management Console.
Staging-cluster.us-east-1.Placeholder for screenshot of cluster creation page
