Getting started with Argo CD - Declarative GitOps for Kubernetes
This blog post with give you a quick and brief run through of standing up Argo CD and using it to deploy a small application. Argo CD is a K8s controller, responsible for continuously monitoring all running applications and comparing their live state to the desired state specified in the Git repository. It identifies deployed applications with a live state that deviates from the desired state as OutOfSync. Argo allows engineering teams to deploy and manage applications without having to learn a lot about Kubernetes, and without needing full access to the Kubernetes system, which is great when you start to learn just how overwhelming all this kubernetes stuff really is!...