Declarative Continuous Deployment for Kubernetes
Find a file
Alexander Matyushentsev b009cdb57d
chore: automate bundling argocd addons during release process (#8336)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2022-02-01 17:06:53 -08:00
.github chore: generate sbom for the released docker image (#8338) 2022-02-01 15:52:49 -08:00
assets chore: remove additional 'to' from description in swagger.json (#8254) 2022-01-23 12:51:58 +01:00
cmd Use gRPC timeout for sidecar CMPs (#8131) (#8236) 2022-01-25 15:45:37 -08:00
cmpserver fix: argocd build fails on windows (#8319) 2022-01-30 13:01:13 -08:00
common feat: Use encrypted cookie to store OAuth2 state nonce (instead of redis) (#8241) 2022-01-26 10:59:50 -08:00
controller fix: register controller workqueue metrics correctly (#8318) 2022-02-01 10:57:20 -08:00
docs docs: mention argocd notifications and applicationset changes in upgrade instructions (#8312) 2022-01-31 17:26:46 -08:00
examples fix: typo in dashboard (#5015) 2020-12-09 16:53:24 -08:00
hack chore: automate bundling argocd addons during release process (#8336) 2022-02-01 17:06:53 -08:00
manifests chore: automate bundling argocd addons during release process (#8336) 2022-02-01 17:06:53 -08: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 chore: upgrade k8s client to v1.23 (#8213) 2022-01-20 08:28:11 +01:00
reposerver chore: automate bundling argocd addons during release process (#8336) 2022-02-01 17:06:53 -08:00
resource_customizations fix: Add "Restarting MinIO" status to MiniO Tenant health check (#8191) 2022-01-15 17:32:43 +01:00
server Revert "chore: Run dex reverse proxy only when dex is configured (#7999)" (#8291) 2022-01-27 07:09:10 +01:00
test chore: upgrade base image to ubuntu:21.10 (#8230) 2022-01-20 08:29:47 +01:00
tools/cmd-docs feat: Support XDG Base directory standard (#7638) (#7791) 2022-01-12 09:05:01 +01:00
ui feat: favourite ui feature (#8210) 2022-01-28 12:19:30 -08:00
ui-test build(deps): bump follow-redirects from 1.14.4 to 1.14.7 in /ui-test (#8173) 2022-01-14 10:01:33 +01:00
util feat: Use encrypted cookie to store OAuth2 state nonce (instead of redis) (#8241) 2022-01-26 10:59:50 -08:00
.codecov.yml changes on 2pc to .codecov.yml, (#2513) 2019-10-18 07:40:16 -07:00
.dockerignore Add ui/node_modules to docker ignore (#1725) 2019-06-10 14:28:24 -07:00
.gitignore feat: merge argocd-util into 'argocd admin' subcommand (#6773) 2021-07-21 17:00:49 -07:00
.gitpod.Dockerfile chore: make argocd gitpod friendly (#5973) 2021-04-06 08:55:15 -07:00
.gitpod.yml chore: make argocd gitpod friendly (#5973) 2021-04-06 08:55:15 -07:00
.golangci.yml Rename deprecated deadline option to timeout (#2686) 2019-11-12 15:54:20 -08:00
.readthedocs.yml feat: add versioning to argocd docs (#5099) 2021-02-04 12:06:29 -08:00
CHANGELOG.md chore: lint docs + CI job (#7959) 2021-12-16 15:52:18 -08:00
Dockerfile chore: upgrade base image to ubuntu:21.10 (#8230) 2022-01-20 08:29:47 +01:00
Dockerfile.dev chore: add argocd-notifications to 'dev' image (#8034) 2021-12-27 14:46:56 -08:00
entrypoint.sh fix: Running on Openshift 4.x with readOnlyRootFilesystem (#6998) 2021-08-18 12:18:01 +02:00
go.mod fix: register controller workqueue metrics correctly (#8318) 2022-02-01 10:57:20 -08:00
go.sum fix: register controller workqueue metrics correctly (#8318) 2022-02-01 10:57:20 -08:00
LICENSE Fix LICENSE copyright text 2018-06-21 01:03:50 -07:00
Makefile chore: make lint-docs less flakey (#8182) 2022-01-18 12:03:32 -08:00
mkdocs.yml chore: upgrade kustomize to most recent version (v4.4.1) (#8227) 2022-01-19 15:33:29 -08:00
OWNERS docs: add saumeya to reviewers (#8248) 2022-01-21 09:52:45 -08:00
Procfile chore: upgrade dex to v2.30.2 (https://github.com/dexidp/dex/issues/2326) (#8237) 2022-01-20 14:07:49 -08:00
README.md docs: Add link to new blog (#8308) 2022-01-28 09:06:05 -08:00
SECURITY.md chore: Update security policy (#8258) 2022-01-24 22:56:15 -08: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: Spelling (#3647) 2020-05-27 10:22:13 -07:00
USERS.md docs: Add ZOZO to list of users (#8300) 2022-01-28 10:05:12 +01:00
VERSION docs: update CHANGELOG: mention v2.2.0 release and v2.1.8 releases (#7930) 2021-12-14 12:28:08 -08:00

Integration tests slack codecov Release Version CII Best Practices

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