2 Getting Started with Argo CD
We will start the chapter by explaining what is Argo CD and the underlying technology that the platform is built on so we can set the fundamentals. We will explain the core concepts of Argo CD and we will go through the necessary vocabulary you need to know before the deep dive in Argo CD.
Then, we will describe the architectural overview of Argo CD and a typical workflow in terms of GitOps. We will describe in detail each of the core components and their responsibilities, so we will be able to understand and troubleshoot potential issues.
In the end, we will install Argo CD in the Kubernetes cluster in our local machine and we will try to deploy an application using it and observe the GitOps phases through Argo CD.
In this chapter, we’re going to cover the following main topics:
- What is Argo CD?
- Core concepts and vocabulary
- Explaining the architecture
- Synchronization principles