Declarative Continuous Deployment for Kubernetes
Find a file
2020-05-12 18:02:22 -07:00
.circleci feat: upgrade helm 3 to v3.2.0; user --insecure-verify-flag (#3514) 2020-04-29 21:04:25 -07:00
.github Clean docker images before building Argo CD image to avoid no disk space left failure (#3446) 2020-04-20 15:57:36 -07:00
assets feat: Add a Get Repo command to see if Argo CD has a repo (#3523) 2020-05-04 09:20:48 +02:00
cmd fix: enable redis retries; add redis request duration metric (#3575) 2020-05-12 14:39:18 -07:00
common feat: downgrade dex to 2.22.0 and revert bug workaround (#3468) 2020-04-22 17:34:58 -07:00
controller fix: enable redis retries; add redis request duration metric (#3575) 2020-05-12 14:39:18 -07:00
docs feat: Allow selecting TLS ciphers on server (#3524) 2020-05-12 12:32:06 -07:00
errors Adds test for updating immutable field, adds UI button to allow force from UI. See #2150 (#2155) 2019-08-20 14:31:33 -07:00
examples fix: Grafana dashboard should dynamically load list of clusters (#3435) 2020-04-17 00:13:34 -07:00
hack feat: upgrade helm 3 to v3.2.0; user --insecure-verify-flag (#3514) 2020-04-29 21:04:25 -07:00
manifests fix: redis timeout should be more than client timeout (#3505) 2020-04-29 08:49:10 +02:00
pkg Fix version (#3544) 2020-05-04 14:48:16 -07:00
reposerver fix: enable redis retries; add redis request duration metric (#3575) 2020-05-12 14:39:18 -07:00
resource_customizations Add Rollout restart action (#3557) 2020-05-08 14:08:34 -07:00
server fix: enable redis retries; add redis request duration metric (#3575) 2020-05-12 14:39:18 -07:00
test feat: upgrade helm 3 to v3.2.0; user --insecure-verify-flag (#3514) 2020-04-29 21:04:25 -07:00
ui feat: Adding deploy time and duration label (#3563) 2020-05-11 13:24:29 -07:00
util fix: redis request failed with nil error should not be counted as failed (#3576) 2020-05-12 18:02:22 -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 chore: Add sonarqube configuration for CI (#3392) 2020-04-10 22:18:31 +02:00
.golangci.yml Rename deprecated deadline option to timeout (#2686) 2019-11-12 15:54:20 -08:00
CHANGELOG.md docs: v1.5.3 changelog (#3526) 2020-04-30 13:17:44 -07:00
Dockerfile chore: Upgrade golang version from v1.14.0 to v1.14.1 (#3304) 2020-03-31 19:13:51 +02:00
Dockerfile.dev Fix docker image for dev (#2319) 2019-09-17 08:48:35 +01:00
Gopkg.lock feat: limit the maximum number of concurrent login attempts (#3467) 2020-04-23 12:33:17 -07:00
Gopkg.toml feat: limit the maximum number of concurrent login attempts (#3467) 2020-04-23 12:33:17 -07:00
LICENSE Fix LICENSE copyright text 2018-06-21 01:03:50 -07:00
Makefile feat: upgrade helm 3 to v3.2.0; user --insecure-verify-flag (#3514) 2020-04-29 21:04:25 -07:00
mkdocs.yml docs: describe upgrading process and version breaking changes (#3512) 2020-04-30 12:28:39 -07:00
OWNERS Update OWNERS (#3439) 2020-04-18 19:54:44 -07:00
Procfile feat: downgrade dex to 2.22.0 and revert bug workaround (#3468) 2020-04-22 17:34:58 -07:00
README.md docs: Create USERS.md (#3206) 2020-03-10 09:01:35 +01:00
SECURITY_CONTACTS docs: document built-in user limitations and workaround (#3341) 2020-04-04 08:43:21 +02:00
sonar-project.properties chore: Fix some Sonarcloud related quirks (#3399) 2020-04-13 11:45:54 -07:00
uid_entrypoint.sh Make argo-cd docker images openshift friendly (#2362) 2019-10-01 12:42:41 -07:00
USERS.md Add moengage to users list (#3542) 2020-05-07 22:40:36 -07:00
VERSION docs: mention issue #3358 in 1.5 changelog (#3359) 2020-04-04 08:43:38 +02:00
white-list Adds doc on secrets, updates changelog, updates Github templates (#2550) 2019-10-23 15:16:26 -07:00

slack codecov Release Version

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

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 Blogs and Presentations

  1. Tutorial: Everything You Need To Become A GitOps Ninja 90m tutorial on GitOps and Argo CD.
  2. Comparison of Argo CD, Spinnaker, Jenkins X, and Tekton
  3. Simplify and Automate Deployments Using GitOps with IBM Multicloud Manager 3.1.2
  4. GitOps for Kubeflow using Argo CD
  5. GitOps Toolsets on Kubernetes with CircleCI and Argo CD
  6. Simplify and Automate Deployments Using GitOps with IBM Multicloud Manager
  7. CI/CD in Light Speed with K8s and Argo CD
  8. Machine Learning as Code. Among other things, describes how Kubeflow uses Argo CD to implement GitOPs for ML
  9. Argo CD - GitOps Continuous Delivery for Kubernetes
  10. Introduction to Argo CD : Kubernetes DevOps CI/CD