MENU

Fun & Interesting

Argo CD - Applying GitOps Principles To Manage A Production Environment In Kubernetes

DevOps Toolkit 63,363 5 years ago
Video Not Working? Fix It Now

Argo CD is a declarative GitOps deployment tool for Kubernetes. It is one of the best, if not the best tool we have today to deploy applications inside Kubernetes clusters. It is based on GitOps principles, and it is a perfect fit to be a part of continuous delivery pipelines. It provides all the building blocks we might need if we would like to adopt GitOps principles for deployments and inject them inside the process of application lifecycle management. Argo CD is a tool that helps us forget the existence of `kubectl apply`, `helm install`, and similar commands. It is a mechanism that allows us to focus on defining the desired state of our environments and pushing definitions to Git. It is up to Argo CD to figure out how to converge our desires into reality. Podcast: https://www.devopsparadox.com/

Comment