Deployment of ArgoCD to EKS
ArgoCD is responsible for the CD pipeline, and this deploys our applications to the eks. Steps involved: updating kubeconfig to our eks endpoint, we use the following command: aws eks update-kubeconfig --region region-code --name my-cluster //in o...
Nov 25, 20243 min read13


