You store and manage your deployments in Git repositories. With this, you will leverage the version-control system for tracking changes in the deployments and coordinating work among infrastructure teams like how programmers do. When you have everything declaratively configured as a code in the Git system, this Git centralized workflow allows you to manage the infrastructure at scale, and set the stage for accelerating automation, i.e., “Git as a single source of truth”.

Image for post

In this example, we are going to learn how to construct the GitOps workflow from end-to-end using GitLab CI, ArgoCD with Helm Chart. This series is based on the following components:

  • GitLab CI Pipeline
  • Kubernetes template using **Helm **chart
  • Continuous Deployment using ArgoCD

#argo-cd #gitops #kubernetes #helm #gitlab-ci

GitOps in Kubernetes with GitLab CI and ArgoCD
73.65 GEEK