Declarative Continuous Deployment for Kubernetes
Find a file
Michael Crenshaw 45272a18b4
docs: wording improvement (#9036)
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
2022-04-11 08:07:10 -07:00
.github chore!: Helm2 removal (#8313) 2022-04-09 19:17:44 +00:00
applicationset feat: add support for Bitbucket Server (SCM + PR); add filters for PR (#9049) 2022-04-11 09:29:17 -04:00
assets chore!: Helm2 removal (#8313) 2022-04-09 19:17:44 +00:00
cmd chore: eliminate go-mpatch dependency (#9045) 2022-04-11 09:49:48 -04:00
cmpserver chore: remove unused protobuf imports (#8815) 2022-03-17 12:25:43 -07:00
common feat: Merge applicationset into argocd (#8864) 2022-03-29 15:11:02 -07:00
controller feat: add --app-hard-resync flag to controller (#8928) 2022-04-04 10:44:35 -04:00
docs docs: wording improvement (#9036) 2022-04-11 08:07:10 -07:00
examples fix: typo in dashboard (#5015) 2020-12-09 16:53:24 -08:00
hack chore!: Helm2 removal (#8313) 2022-04-09 19:17:44 +00:00
manifests feat: add support for Bitbucket Server (SCM + PR); add filters for PR (#9049) 2022-04-11 09:29:17 -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 feat: add support for Bitbucket Server (SCM + PR); add filters for PR (#9049) 2022-04-11 09:29:17 -04:00
reposerver chore!: Helm2 removal (#8313) 2022-04-09 19:17:44 +00:00
resource_customizations fix: CronWorkflow should be healthy when not executing workflows (#8594) 2022-02-23 15:12:29 -08:00
server feat: add caching to application js bundle since it has a unique name (#9008) 2022-04-07 10:15:23 -04:00
test chore!: Helm2 removal (#8313) 2022-04-09 19:17:44 +00:00
tools/cmd-docs feat: Support XDG Base directory standard (#7638) (#7791) 2022-01-12 09:05:01 +01:00
ui chore: upgrade ui dependencies (#9060) 2022-04-11 10:45:17 -04:00
ui-test build(deps): bump ansi-regex from 3.0.0 to 3.0.1 in /ui-test (#8919) 2022-03-29 20:53:41 +00:00
util chore: add permission check to argocd-cli (#9057) 2022-04-10 10:55:19 -04: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 chore: configure cmp-server in goreman (#8495) 2022-02-18 08:46:55 -08:00
.gitpod.Dockerfile chore: use go install instead of deprecated go get (#8333) 2022-02-01 18:59:58 -08: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 irrelevant moment vulnerability (#9006) 2022-04-05 19:24:42 +00:00
CHANGELOG.md docs: update chagelog - add v2.3.0, v2.2.1 ~ v2.2.3 releases (#8310) 2022-02-11 15:19:17 -08:00
Dockerfile chore!: Helm2 removal (#8313) 2022-04-09 19:17:44 +00:00
Dockerfile.dev feat: Merge applicationset into argocd (#8864) 2022-03-29 15:11:02 -07: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: eliminate go-mpatch dependency (#9045) 2022-04-11 09:49:48 -04:00
go.sum chore: eliminate go-mpatch dependency (#9045) 2022-04-11 09:49:48 -04:00
LICENSE Fix LICENSE copyright text 2018-06-21 01:03:50 -07:00
Makefile chore!: Helm2 removal (#8313) 2022-04-09 19:17:44 +00:00
mkdocs.yml feat: Merge applicationset docs and examples (#8955) 2022-04-04 11:22:42 -04:00
OWNERS docs: Add myself to approver (#8803) 2022-03-16 16:03:01 -07:00
Procfile feat: Merge applicationset into argocd (#8864) 2022-03-29 15:11:02 -07:00
README.md docs: update meeting time and agenda (#8971) 2022-04-01 17:51:49 +00: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 feat: Exposing Default Metric Port for ApplicationSet Controller in Manifest Files. #8999 (#9000) 2022-04-07 13:00:53 -04:00
VERSION docs: update version in v2.4.0 version (#8748) 2022-03-10 14:40:13 -08:00

Integration tests slack codecov Release Version CII Best Practices Twitter Follow

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