Tag: ArgoCD

Automation - Productivity

Automating Kubernetes Deployments With ArgoCD

Overview ArgoCD is a deployment mechanism based on the GitOps principle used in Kubernetes clusters and applications running. It is an automation tool with an impact in the productivity of your development team, specially in the CI/CD process. Argo CD is a tool that helps us forget the existence of `kubectl apply`, `helm install`, and…