Declarative Continuous Deployment for Kubernetes
Find a file
Alexander Matyushentsev e195995790
docs: update obsolete resource customization docs (#7000)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-08-16 10:49:34 -07:00
.github feat: merge argocd-util into 'argocd admin' subcommand (#6773) 2021-07-21 17:00:49 -07:00
assets feat: Project scoped repo (#6943) 2021-08-16 09:38:37 -07:00
cmd feat: Project scoped repo (#6943) 2021-08-16 09:38:37 -07:00
common chore: Spelling (#5373) 2021-07-13 19:02:03 +02:00
controller feat: Add a metric to express connection status to each cluster (#6862) 2021-08-16 09:52:47 -07:00
docs docs: update obsolete resource customization docs (#7000) 2021-08-16 10:49:34 -07:00
examples fix: typo in dashboard (#5015) 2020-12-09 16:53:24 -08:00
hack feat: Project scoped repo (#6943) 2021-08-16 09:38:37 -07:00
manifests fix: include cluster level RBAC into argocd-core manifests (#6854) 2021-07-29 12:49:06 -07:00
overrides/partials/language fix: Capitalization in toc (#5024) 2020-12-10 22:33:01 +01:00
pkg feat: Project scoped repo (#6943) 2021-08-16 09:38:37 -07:00
reposerver fix: make sure repo server discard cached empty response (#6948) 2021-08-10 19:25:07 -07:00
resource_customizations fix: rollout v1.0 'Paused' status.phase should map to Argo CD 'Suspended' (#6967) 2021-08-12 11:37:08 -07:00
server feat: Project scoped repo (#6943) 2021-08-16 09:38:37 -07:00
test fix: controller should not create orphaned resources warning by default (#6898) 2021-08-03 16:05:19 -07:00
tools/cmd-docs feat: merge argocd-util into 'argocd admin' subcommand (#6773) 2021-07-21 17:00:49 -07:00
ui feat: Project scoped repo (#6943) 2021-08-16 09:38:37 -07:00
ui-test chore(deps): bump jszip from 3.5.0 to 3.7.1 in /ui-test (#6952) 2021-08-12 13:19:20 -07:00
util feat: Project scoped repo (#6943) 2021-08-16 09:38:37 -07: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 docs: add v2.1 changelog (#6834) 2021-07-28 13:34:13 -07:00
Dockerfile fix: copy ui assets into correct dist directory during image build (#6790) 2021-07-22 16:02:58 -07:00
Dockerfile.dev feat: merge argocd-util into 'argocd admin' subcommand (#6773) 2021-07-21 17:00:49 -07:00
go.mod refactor: update resources install order according to helm implementation (#6902) 2021-08-03 16:53:39 -07:00
go.sum refactor: update resources install order according to helm implementation (#6902) 2021-08-03 16:53:39 -07:00
LICENSE Fix LICENSE copyright text 2018-06-21 01:03:50 -07:00
Makefile feat: merge argocd-util into 'argocd admin' subcommand (#6773) 2021-07-21 17:00:49 -07:00
mkdocs.yml docs: Update contributor docs (#6615) 2021-08-09 12:15:21 +02:00
OWNERS docs: Add chetan as a reviewer (#6524) 2021-06-22 09:15:30 -07:00
Procfile feat: Headless Argo CD (aka GitOps Agent) (#6361) 2021-07-20 21:51:36 -07:00
README.md docs: Yet another ArgoCD-related video (#6730) 2021-07-16 09:17:44 -07:00
SECURITY.md docs: Update security contacts in security policy (#6928) 2021-08-07 17:58:21 -07: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
uid_entrypoint.sh fix: Reap orphaned ("zombie") processes in argocd-repo-server pod (#3611) (#3721) 2020-06-09 13:58:37 -07:00
USERS.md feat: Add a metric to express connection status to each cluster (#6862) 2021-08-16 09:52:47 -07:00
VERSION docs: add v2.1 changelog (#6834) 2021-07-28 13:34:13 -07:00
white-list docs: Add documentation on using OIDC with Dex (#6904) 2021-08-05 11:57:18 +02: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. Combining Argo CD (GitOps), Crossplane (Control Plane), And KubeVela (OAM)
  2. How to Apply GitOps to Everything - Combining Argo CD and Crossplane
  3. Couchbase - How To Run a Database Cluster in Kubernetes Using Argo CD
  4. Automation of Everything - How To Combine Argo Events, Workflows & Pipelines, CD, and Rollouts
  5. Environments Based On Pull Requests (PRs): Using Argo CD To Apply GitOps Principles On Previews
  6. Argo CD: Applying GitOps Principles To Manage Production Environment In Kubernetes
  7. Creating Temporary Preview Environments Based On Pull Requests With Argo CD And Codefresh
  8. Tutorial: Everything You Need To Become A GitOps Ninja 90m tutorial on GitOps and Argo CD.
  9. Comparison of Argo CD, Spinnaker, Jenkins X, and Tekton
  10. Simplify and Automate Deployments Using GitOps with IBM Multicloud Manager 3.1.2
  11. GitOps for Kubeflow using Argo CD
  12. GitOps Toolsets on Kubernetes with CircleCI and Argo CD
  13. CI/CD in Light Speed with K8s and Argo CD
  14. Machine Learning as Code. Among other things, describes how Kubeflow uses Argo CD to implement GitOPs for ML
  15. Argo CD - GitOps Continuous Delivery for Kubernetes
  16. Introduction to Argo CD : Kubernetes DevOps CI/CD
  17. GitOps Deployment and Kubernetes - using Argo CD
  18. Deploy Argo CD with Ingress and TLS in Three Steps: No YAML Yak Shaving Required
  19. GitOps Continuous Delivery with Argo and Codefresh
  20. Stay up to date with Argo CD and Renovate
  21. Setting up Argo CD with Helm
  22. Applied GitOps with Argo CD
  23. Solving configuration drift using GitOps with Argo CD
  24. Decentralized GitOps over environments