Yesterday, a friend asked me about tools to use for pipeline, and I suggested Argo CD, which is a declarative GitOps continuous delivery (CD) tool for Kubernetes. It enables developers to manage both infrastructure configuration and application updates in one system. Argo CD is built following the Kubernetes Operator Pattern, which means that it is a lightweight, reusable controller that can be used to manage any type of Kubernetes resource.