Argo CD

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
In short, it is a CD (Continuous Delivery) tool for Kubernetes. It monitors changes to manifest files managed with GitOps and keeps the state of the currently deployed environment in sync with the manifest state defined in Git. It supports both push-type and pull-type deployment, and pull-type deployment is recommended.