Declarative Continuous Deployment for Kubernetes
Find a file
2020-04-15 14:17:24 -07:00
.circleci chore: Fix some Sonarcloud related quirks (#3399) 2020-04-13 11:45:54 -07:00
.github chore: Upgrade golang version from v1.14.0 to v1.14.1 (#3304) 2020-03-31 19:13:51 +02:00
assets feat: support separate Kustomize version per application (#3414) 2020-04-15 12:04:31 -07:00
cmd fix: Make CLI downwards compatible using old repository API (#3418) 2020-04-15 23:05:17 +02:00
common fix: update min CLI version to 1.4.0 (#3413) 2020-04-15 14:17:24 -07:00
controller feat: support separate Kustomize version per application (#3414) 2020-04-15 12:04:31 -07:00
docs docs: Update documentation for CVE-2020-5260 (#3421) 2020-04-15 12:16:29 -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 docs: improved Grafana dashboard (#3327) 2020-04-01 11:58:43 -07:00
hack chore: Fix a bunch of lint issues (#3412) 2020-04-14 08:01:43 -07:00
manifests feat: support separate Kustomize version per application (#3414) 2020-04-15 12:04:31 -07:00
pkg feat: support separate Kustomize version per application (#3414) 2020-04-15 12:04:31 -07:00
reposerver feat: support separate Kustomize version per application (#3414) 2020-04-15 12:04:31 -07:00
resource_customizations Add V0.8 changes to Rollouts healthcheck (#3331) 2020-04-02 09:00:30 -07:00
server feat: support separate Kustomize version per application (#3414) 2020-04-15 12:04:31 -07:00
test fix: app diff --local support for helm repo. #3151 (#3407) 2020-04-14 08:13:38 -07:00
ui feat: support separate Kustomize version per application (#3414) 2020-04-15 12:04:31 -07:00
util feat: support separate Kustomize version per application (#3414) 2020-04-15 12:04:31 -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: Update documentation for CVE-2020-5260 (#3421) 2020-04-15 12:16:29 -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 chore: Code coverage offensive 03: util/cache (#3335) 2020-04-02 09:16:42 -07:00
Gopkg.toml chore: Code coverage offensive 03: util/cache (#3335) 2020-04-02 09:16:42 -07:00
LICENSE Fix LICENSE copyright text 2018-06-21 01:03:50 -07:00
Makefile chore: minor dev tools fixing for mac (#3330) 2020-04-09 15:01:45 +02:00
mkdocs.yml feat: add settings troubleshooting commands to the 'argocd-util' binary (#3398) 2020-04-14 07:51:16 -07:00
OWNERS chore: add jannfis to approvers list (#3014) 2020-01-22 08:45:39 +01:00
Procfile feat: upgrade dex to v2.21.0 (#2985) 2020-01-15 14:06:38 -08: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 Healy to USERS.md (#3250) 2020-03-26 09:03:30 -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