Technical requirements
For this chapter, you will need access to a Kubernetes cluster which we run it locally with one of the following tools :
- Kind: https://kind.sigs.Kubernetes.io/
- K3s: https://rancher.com/docs/k3s/latest/en/
- minikube: https://minikube.sigs.Kubernetes.io/docs/
- MicroKubernetes: https://microKubernetes.io/docs
We are going to use the Helm chart to deploy Argo CD and a demo application in the local cluster. We need to install Helm CLI (https://helm.sh/docs/intro/quickstart/) on the local machine. We will use Visual Studio Code (https://code.visualstudio.com) to edit the Helm chart values. The code can be found at https://github.com/PacktPublishing/ArgoCD-in-Practice in the ch02
folder.