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
35%

Configuring the Argo CD CLI

To configure the CLI, you need to authenticate it with your Argo CD instance. You can do this using the argocd login command with the following syntax:

argocd login \
  $ARGOCD_NODE:$ARGOCD_PORT \
  --insecure \
  --username admin \
  --password $ARGOCD_PASSWORD

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.