How to Install Argo CD using Helm?

Hi, in this post I’m going to tell you how to install Argo CD and deploy a simple application stored in GitLab by ArgoCD. This post is based on the YouTube video: What is Argo CD? Argo CD is a GitOps tool for Kubernetes. In simple words, GitOps is an approach for deploying your applications and infrastructure when Git is a single place of truth. Preparing the installation Before starting an installation you need to fulfill the requirements: – Install kubectl – Prepare access to the Kubernetes cluster...