SaaSHub helps you find the best software and product alternatives Learn more →
Argo-cd Alternatives
Similar projects and alternatives to argo-cd
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
werf
A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices.
-
jx
Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better argo-cd alternative or higher similarity.
argo-cd discussion
argo-cd reviews and mentions
Posts with mentions or reviews of argo-cd.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-08-04.
-
Kubernetes, Part Three: GitOps with Argo CD, let Git drive your cluster
Argo CD fixes that by taking the terminal away from you. You put your manifests in Git, you tell Argo CD where that repo is, and from then on the repo is the truth. Change the cluster by hand and Argo CD changes it back. I ran the whole thing on the same 4GB box that already hosts my Forgejo instance, and I'm writing it down because six separate things bit me and I'd rather not rediscover any of them.
-
kzero alternatives - helm and argo-cd
3 projects | 18 Jun 2026
Argo CD (closest in reproducibility) Excellent for declarative reproducibility with GitOps, Sync Waves, and hooks. Ideal if you want a continuous "desired state" approach. kzero shines when you need to run ad-hoc, ordered, versioned reset pipelines without a full GitOps controller.
- Kubernetes Secret Extraction via ArgoCD ServerSideDiff
-
Kubernetes - Argo-CD - Custom Installation
curl -sSL -o argocd-linux-amd64 https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64 sudo install -m 555 argocd-linux-amd64 /usr/local/bin/argocd rm argocd-linux-amd64
-
Argo CD and AWS CodeConnections: The Upside, the Redeploy Pain, and How I Fixed It
I run Argo CD on Amazon EKS using the managed Argo CD capability and AWS CodeConnections for Git. CodeConnections has been a clear win for day-to-day operations. Then I had to recreate the connection (new resource, new identity in the URL). Every Application went to Sync: Unknown until I updated URLs in two places—Git and the live cluster—and fixed ApplicationSets so they stopped writing the old URL back. This article leads with why I still choose CodeConnections, then what breaks on redeploy, then what I did when it inevitably happened, in that order.
-
8 Key BYOC Deployment Options Every Data Engineer Should Know
GitOps tools such as Argo CD and Flux manage vendor chart versions alongside customer application versions in the same repository.
-
Managing Multi-Cluster Deployments with ArgoCD: Complete Setup Guide for Kubernetes
ArgoCD Official Documentation
-
GitOps with ArgoCD on Amazon EKS using Terraform: A Complete Implementation Guide
ArgoCD Documentation: https://argo-cd.readthedocs.io/
-
Getting started with Argo CD using the CLI
Argo CD is a declarative, GitOps-based continuous delivery (CD) tool for Kubernetes. It automates the deployment and lifecycle management of applications in a cluster by using Git repositories as the single source of truth for the desired state of the infrastructure.
-
Helm Charts: Kubernetes Package Management
ArgoCD
-
A note from our sponsor - SaaSHub
www.saashub.com | 11 Aug 2026
Stats
Basic argo-cd repo stats
104
23,875
9.9
2 days ago
argoproj/argo-cd is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of argo-cd is Go.