Declarative Continuous Deployment for Kubernetes
Find a file
Pascal Bourdier 44c882c686
chore: use appv1 prefix everywhere (#10621)
avoid to import `application` twice

Signed-off-by: Pascal Bourdier <pascal.bourdier@gmail.com>

Signed-off-by: Pascal Bourdier <pascal.bourdier@gmail.com>
2022-10-09 13:06:11 -04:00
.github chore: Added recommended permissions to github actions workflows (#10812) 2022-10-07 14:40:10 -04:00
applicationset docs: fix examples for ArgoCD ApplicationSet Git Generator (#10857) 2022-10-08 14:44:42 -04:00
assets feat: create cli commands for ApplicationSet (#9584) 2022-09-14 09:27:15 +02:00
cmd chore: wrap error objects to include context (#10592) (#10859) 2022-10-09 12:13:49 -04:00
cmpserver docs: remove unused plugin config fields (#10304) 2022-10-07 19:42:25 -04:00
common feat: add notifications API (#10279) 2022-08-25 16:04:14 -07:00
controller chore: update robfig/cron to v3 (#10588) 2022-10-07 17:01:49 -04:00
docs docs: more versioned docs fixes (#10342) 2022-10-08 15:08:39 -04:00
examples fix: typo in dashboard (#5015) 2020-12-09 16:53:24 -08:00
hack fix: add applicationset to crds generated by gen-crd-spec (#10833) 2022-10-07 10:52:08 -04:00
manifests docs: remove unused plugin config fields (#10304) 2022-10-07 19:42:25 -04:00
notification_controller/controller feat: Migrate argocd notifications to argocd (#7744) 2021-11-29 18:47:46 -08:00
notifications_catalog chore: update notifications version (#8267) 2022-01-24 13:43:23 -08:00
overrides/partials/language fix: Capitalization in toc (#5024) 2020-12-10 22:33:01 +01:00
pkg fix: trim whitespace from auth token (#10539) 2022-10-09 12:59:27 -04:00
reposerver fix: Fix a nil pointer crash for repo server (#10696) 2022-09-26 08:01:02 +00:00
resource_customizations fix: Add missing statuses to MinIO Tenant health check (#10815) 2022-10-07 14:31:04 -04:00
server chore: use appv1 prefix everywhere (#10621) 2022-10-09 13:06:11 -04:00
test docs: remove unused plugin config fields (#10304) 2022-10-07 19:42:25 -04:00
tools/cmd-docs feat: Support XDG Base directory standard (#7638) (#7791) 2022-01-12 09:05:01 +01:00
ui fix: clicking HEAD in bitbucket leads to a 404 page (#10862) 2022-10-09 12:10:38 -04:00
ui-test chore: refactor Dockerfiles to reduce build time (#9081) 2022-04-13 16:03:34 -04:00
util fix: reduce noise in logs (#10369) (#10765) 2022-10-05 13:50:00 +00:00
.codecov.yml chore: Remove test folder from codecov generation (#9265) 2022-05-02 22:39:47 +03:00
.dockerignore Add ui/node_modules to docker ignore (#1725) 2019-06-10 14:28:24 -07:00
.gitignore docs: update debugging remote argocd environment (#10811) 2022-10-07 15:19:31 -04:00
.gitpod.Dockerfile bug(gitpod): change Kubebuilder curl (#9097) (#9197) 2022-05-23 22:54:20 -07:00
.gitpod.yml chore: use go install instead of deprecated go get (#8333) 2022-02-01 18:59:58 -08:00
.readthedocs.yml feat: add versioning to argocd docs (#5099) 2021-02-04 12:06:29 -08:00
.snyk chore: ignore CVE-2022-0624 - not exploitable in Argo CD (#10128) 2022-07-28 13:28:19 -04:00
CHANGELOG.md docs: fix version reference for logs UI fix (#10245) 2022-08-09 16:57:27 -04:00
Dockerfile chore: downgrade go version to v1.18 (#10351) 2022-08-16 14:55:00 +00:00
Dockerfile.dev chore: refactor Dockerfiles to reduce build time (#9081) 2022-04-13 16:03:34 -04:00
entrypoint.sh fix: Running on Openshift 4.x with readOnlyRootFilesystem (#6998) 2021-08-18 12:18:01 +02:00
generate-snyk-report.sh chore: add .snyk file to declaratively ignore irrelevant issues (#8599) 2022-03-10 12:53:52 -08:00
go.mod chore: update robfig/cron to v3 (#10588) 2022-10-07 17:01:49 -04:00
go.sum chore: update robfig/cron to v3 (#10588) 2022-10-07 17:01:49 -04:00
LICENSE Fix LICENSE copyright text 2018-06-21 01:03:50 -07:00
Makefile chore: Add support for apple sillicon build machines (#10777) 2022-10-04 10:52:38 -04:00
mkdocs.yml docs: Note Helm has been upgraded (#10349) 2022-08-16 15:22:16 +00:00
OWNERS docs: Add myself to approver (#8803) 2022-03-16 16:03:01 -07:00
Procfile feat: Applications in any namespace (#9755) 2022-08-10 11:39:10 +02:00
README.md chore: Added artifact hub badge (#10854) 2022-10-07 22:37:30 +00:00
SECURITY.md docs: fix spelling mistakes in many docs files (#9168) 2022-04-22 15:19:16 +00:00
SECURITY_CONTACTS docs: replace https://argoproj.github.io/argo-cd/ with https://argo-cd.readthedocs.io/ (#5457) 2021-02-08 10:39:56 -08:00
sonar-project.properties chore: exclude docs from Sonar check completely (#10142) 2022-07-30 17:25:08 +02:00
USERS.md docs: Add Gepardec to users (#10840) 2022-10-07 10:50:18 -04:00
VERSION chore: Bump version in master to 2.5.0 (#10266) 2022-08-10 09:32:05 -04:00

Integration tests slack codecov Release Version CII Best Practices Twitter Follow Artifact HUB

Argo CD - Declarative Continuous Delivery for Kubernetes

What is Argo CD?

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.

Argo CD UI

Argo CD Demo

Why Argo CD?

  1. Application definitions, configurations, and environments should be declarative and version controlled.
  2. Application deployment and lifecycle management should be automated, auditable, and easy to understand.

Who uses Argo CD?

Official Argo CD user list

Documentation

To learn more about Argo CD go to the complete documentation. Check live demo at https://cd.apps.argoproj.io/.

Community

Contribution, Discussion and Support

You can reach the Argo CD community and developers via the following channels:

Participation in the Argo CD project is governed by the CNCF Code of Conduct

Blogs and Presentations

  1. Awesome-Argo: A Curated List of Awesome Projects and Resources Related to Argo
  2. Unveil the Secret Ingredients of Continuous Delivery at Enterprise Scale with Argo CD
  3. GitOps Without Pipelines With ArgoCD Image Updater
  4. Combining Argo CD (GitOps), Crossplane (Control Plane), And KubeVela (OAM)
  5. How to Apply GitOps to Everything - Combining Argo CD and Crossplane
  6. Couchbase - How To Run a Database Cluster in Kubernetes Using Argo CD
  7. Automation of Everything - How To Combine Argo Events, Workflows & Pipelines, CD, and Rollouts
  8. Environments Based On Pull Requests (PRs): Using Argo CD To Apply GitOps Principles On Previews
  9. Argo CD: Applying GitOps Principles To Manage Production Environment In Kubernetes
  10. Creating Temporary Preview Environments Based On Pull Requests With Argo CD And Codefresh
  11. Tutorial: Everything You Need To Become A GitOps Ninja 90m tutorial on GitOps and Argo CD.
  12. Comparison of Argo CD, Spinnaker, Jenkins X, and Tekton
  13. Simplify and Automate Deployments Using GitOps with IBM Multicloud Manager 3.1.2
  14. GitOps for Kubeflow using Argo CD
  15. GitOps Toolsets on Kubernetes with CircleCI and Argo CD
  16. CI/CD in Light Speed with K8s and Argo CD
  17. Machine Learning as Code. Among other things, describes how Kubeflow uses Argo CD to implement GitOPs for ML
  18. Argo CD - GitOps Continuous Delivery for Kubernetes
  19. Introduction to Argo CD : Kubernetes DevOps CI/CD
  20. GitOps Deployment and Kubernetes - using Argo CD
  21. Deploy Argo CD with Ingress and TLS in Three Steps: No YAML Yak Shaving Required
  22. GitOps Continuous Delivery with Argo and Codefresh
  23. Stay up to date with Argo CD and Renovate
  24. Setting up Argo CD with Helm
  25. Applied GitOps with Argo CD
  26. Solving configuration drift using GitOps with Argo CD
  27. Decentralized GitOps over environments
  28. How GitOps and Operators mark the rise of Infrastructure-As-Software
  29. Getting Started with ArgoCD for GitOps Deployments
  30. Using Argo CD & Datree for Stable Kubernetes CI/CD Deployments