Feedback

Chat Icon

GitOps the Hard Way, with Argo CD

Build Real GitOps Pipelines From Empty Clusters to Automated Deploys

Install Argo CD: From kubectl apply to argocd login
32%

Deploying Argo CD With the Full Install

For this guide, we are going to proceed with an Argo CD v3.4.2 full installation. Our Argo CD instance will also deploy to the same cluster where it is running. It will also run in its own namespace (argocd).

Clone the Git repository and apply the manifests on the gitops server:

# Clone the repository
cd $HOME && \
  git clone https://github.com/argoproj/argo-cd.git argocd &&

GitOps the Hard Way, with Argo CD

Build Real GitOps Pipelines From Empty Clusters to Automated Deploys

Enroll now to unlock all content and receive all future updates for free.