In this section, we see how to setup ArgoCD on your local minikube cluster
What is Kubernetes ?
Kubernetes is an open-source container orchestration platform that helps automate the deployment, scaling, and management of containerized applications. It provides a way to manage containers at scale, making it easier to deploy and manage applications in a dynamic, distributed environment.
What is Argo CD ?
Argo CD is a tool for continuous delivery and deployment of Kubernetes applications. It uses a GitOps approach to manage Kubernetes resources, where the desired state of the cluster is defined in a Git repository and Argo CD automatically reconciles any differences between the desired state and the actual state of the cluster. This GitOps approach provides a way to manage infrastructure as code, making it easier to manage and version control Kubernetes resources.