Declarative Continuous Deployment for Kubernetes
Find a file
2020-05-20 18:37:27 +02: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: Gitops engine (#3066) 2020-05-15 10:01:18 -07:00
cmd feat: argocd-util settings resource-overrides list-actions (#3616) 2020-05-19 14:46:46 -07:00
common feat: Gitops engine (#3066) 2020-05-15 10:01:18 -07:00
controller feat: move engine code to argoproj/gitops-engine repo (#3599) 2020-05-15 14:39:29 -07:00
docs docs: Fix minor typos in code examples (#3622) 2020-05-20 18:37:27 +02:00
examples fix: Grafana dashboard should dynamically load list of clusters (#3435) 2020-04-17 00:13:34 -07:00
hack feat: move engine code to argoproj/gitops-engine repo (#3599) 2020-05-15 14:39:29 -07:00
manifests fix: redis timeout should be more than client timeout (#3505) 2020-04-29 08:49:10 +02:00
pkg feat: move engine code to argoproj/gitops-engine repo (#3599) 2020-05-15 14:39:29 -07:00
reposerver feat: move engine code to argoproj/gitops-engine repo (#3599) 2020-05-15 14:39:29 -07:00
resource_customizations Add Rollout Restart to Discovery.lua script (#3607) 2020-05-19 08:16:08 -07:00
server feat: move engine code to argoproj/gitops-engine repo (#3599) 2020-05-15 14:39:29 -07:00
test feat: move engine code to argoproj/gitops-engine repo (#3599) 2020-05-15 14:39:29 -07:00
ui feat: Adding deploy time and duration label (#3563) 2020-05-11 13:24:29 -07:00
util fix: Prevent possible nil pointer dereference when getting Helm client (#3613) 2020-05-19 18:40:50 +02: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: update 1.5.4 changelog (#3585) 2020-05-16 17:26:02 +02: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: update gitops engine version to get access to sync error (#3609) 2020-05-18 12:26:34 -07:00
Gopkg.toml feat: update gitops engine version to get access to sync error (#3609) 2020-05-18 12:26:34 -07:00
LICENSE Fix LICENSE copyright text 2018-06-21 01:03:50 -07:00
Makefile chore: Fix Docker mounts for good (#3597) 2020-05-15 14:43:12 -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 docs: Update USERS.md with Swissquote (#3605) 2020-05-19 14:19:38 +02: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