Skip to content

redhat-scholars/argocd-tutorial

Repository files navigation

ArgoCD and GitOps Tutorial for Kubernetes

docs

Overview

Audience Experience Level

Beginner

Average Time to Complete

45 minutes

ArgoCD

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.

It follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application state.

It automates the deployment of the desired application states in the specified target environments. Application deployments can track updates to branches, tags, or pinned to a specific version of manifests at a Git commit.

Who is this for?

Developers/DevOps that want to take benefit from GitOps approach. Having Git repositories as the source of truth, it allows development teams to store the entire state of the cluster configuration in Git so that the trail of changes are visible and auditable.

This workshop is intended to give you a hands on introduction to ArgoCD on Kubernetes using Minikube and OpenShift.

What you will learn

  • The fundamentals of GitOps and ArgoCD

  • How to install and managed ArgoCD in Kubernetes and OpenShift

  • Deploying and sync applications

  • Use Kustomize with ArgoCD

  • Use Sync Waves and Hooks with ArgoCD

Documentation

This workshop is based on Antora and Red Hat scholars template to build HTML based tutorials.

To start this workshop, follow the step by step tutorial link for your cluster available below:

Contributing

Please refer to the how to contribute on how you can contribute to the tutorial.