Jenkins Pipelines: Manifest Repository and configure ArgoCD

Hi KodeKloud team,

In the lecture ‘Manifest Repository and configure ArgoCD’ of Jenkins Pipelines course, there is a requirement of setting up kubernetes cluster with jenkins-controller as the control node.Can you please provide step-by-step detail on how to setup the K8s cluster in AWS like that to proceed with ArgoCD setup ?

Hi @Srinja

Deploying ArgoCD to a Kubernetes cluster is really easy. According to the ArgoCD documentation, you just need to run two CLI commands: Argo CD - Declarative GitOps CD for Kubernetes

For an EKS cluster, you can deploy a Kubernetes cluster in AWS using the KodeKloud playground. See the guide here: amazon-elastic-kubernetes-service-course/docs/playground.md at main · kodekloudhub/amazon-elastic-kubernetes-service-course · GitHub