Declarative Continuous Deployment for Kubernetes
Find a file
2020-06-22 11:04:25 -07:00
.circleci chore: Migrate CI toolchain to GitHub actions (#3677) 2020-05-31 23:11:28 +02:00
.github docs: fix invalid link in declarative-setup.md (#3813) 2020-06-19 09:33:42 -07:00
assets feat: GPG commit signature verification (#2492) (#3242) 2020-06-22 18:21:53 +02:00
cmd feat: GPG commit signature verification (#2492) (#3242) 2020-06-22 18:21:53 +02:00
common feat: GPG commit signature verification (#2492) (#3242) 2020-06-22 18:21:53 +02:00
controller fix: application controller should not modify cached applications (#3821) 2020-06-22 11:04:25 -07:00
docs feat: GPG commit signature verification (#2492) (#3242) 2020-06-22 18:21:53 +02:00
examples chore: Spelling (#3647) 2020-05-27 10:22:13 -07:00
hack feat: GPG commit signature verification (#2492) (#3242) 2020-06-22 18:21:53 +02:00
manifests feat: GPG commit signature verification (#2492) (#3242) 2020-06-22 18:21:53 +02:00
pkg feat: GPG commit signature verification (#2492) (#3242) 2020-06-22 18:21:53 +02:00
reposerver feat: GPG commit signature verification (#2492) (#3242) 2020-06-22 18:21:53 +02:00
resource_customizations feat: Added healthchecks for more custom resources (#3726) (#3728) 2020-06-12 09:51:13 -07:00
server fix: application controller should not modify cached applications (#3821) 2020-06-22 11:04:25 -07:00
test feat: GPG commit signature verification (#2492) (#3242) 2020-06-22 18:21:53 +02:00
ui feat: GPG commit signature verification (#2492) (#3242) 2020-06-22 18:21:53 +02:00
util fix: application controller should not modify cached applications (#3821) 2020-06-22 11:04:25 -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: add v1.6.1 changelog (#3807) 2020-06-18 13:38:50 -07:00
Dockerfile feat: GPG commit signature verification (#2492) (#3242) 2020-06-22 18:21:53 +02:00
Dockerfile.dev Fix docker image for dev (#2319) 2019-09-17 08:48:35 +01:00
go.mod feat: GPG commit signature verification (#2492) (#3242) 2020-06-22 18:21:53 +02:00
go.sum fix: upgrade gitops-engine dependency to v0.1.2 (#3729) 2020-06-08 15:12:35 -07:00
LICENSE Fix LICENSE copyright text 2018-06-21 01:03:50 -07:00
Makefile feat: GPG commit signature verification (#2492) (#3242) 2020-06-22 18:21:53 +02:00
mkdocs.yml feat: GPG commit signature verification (#2492) (#3242) 2020-06-22 18:21:53 +02:00
OWNERS Update OWNERS (#3439) 2020-04-18 19:54:44 -07:00
Procfile feat: GPG commit signature verification (#2492) (#3242) 2020-06-22 18:21:53 +02:00
README.md chore: Add GH actions status badge to README (#3690) 2020-06-01 21:52:23 +02:00
SECURITY_CONTACTS docs: document built-in user limitations and workaround (#3341) 2020-04-04 08:43:21 +02: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 Add PayPay to the list of users (#3797) 2020-06-18 08:51:21 -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

Integration tests 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