Declarative Continuous Deployment for Kubernetes
Find a file
2020-07-20 13:55:19 -07:00
.circleci chore: Migrate CI toolchain to GitHub actions (#3677) 2020-05-31 23:11:28 +02:00
.github chore: Fix intermittently failing CLI build in e2e-tests (#3952) 2020-07-17 18:35:02 +02:00
assets fix: use glob matcher in casbin built-in model (#3966) 2020-07-20 13:55:19 -07:00
cmd feat: Create argocd app resources CLI with various filters. (#3946) 2020-07-20 13:29:25 -07:00
common feat: Display cluster info on cluster details page (#3793) 2020-06-22 17:51:20 -07:00
controller fix: use glob matcher in casbin built-in model (#3966) 2020-07-20 13:55:19 -07:00
docs docs: expanding the description of repo credendials (#3938) 2020-07-17 18:54:07 +02:00
examples chore: Spelling (#3647) 2020-05-27 10:22:13 -07:00
hack refactor: upgrade gitops engine (#3962) 2020-07-20 10:11:17 -07:00
manifests Feat: (Jsonnet) Add support to include library paths (#3825) 2020-07-13 23:18:21 +02:00
pkg fix: wait/sync command should send app resource version to avoid app stale data (#3951) 2020-07-17 08:34:48 +02:00
reposerver refactor: upgrade gitops engine (#3962) 2020-07-20 10:11:17 -07:00
resource_customizations feat: add flagger.app/Canary health check lua script and tests (#3902) 2020-07-13 13:14:22 -07:00
server feat: User can define Orphaned exception avoiding unnecessary warnings (#3900) 2020-07-09 16:19:47 -07:00
test feat: Create argocd app resources CLI with various filters. (#3946) 2020-07-20 13:29:25 -07:00
ui feat: add resource's age & creation time (#3931) 2020-07-14 16:54:00 +02:00
util fix: use glob matcher in casbin built-in model (#3966) 2020-07-20 13:55:19 -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 chore: make make cli use virtualized toolchain (#3884) 2020-07-04 12:58:57 +02:00
Dockerfile.dev Fix docker image for dev (#2319) 2019-09-17 08:48:35 +01:00
go.mod refactor: upgrade gitops engine (#3962) 2020-07-20 10:11:17 -07:00
go.sum refactor: upgrade gitops engine (#3962) 2020-07-20 10:11:17 -07:00
LICENSE Fix LICENSE copyright text 2018-06-21 01:03:50 -07:00
Makefile chore: Fix intermittently failing CLI build in e2e-tests (#3952) 2020-07-17 18:35:02 +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 docs: Add GitOps Deployment and Kubernetes blog post (#3935) 2020-07-17 12:27:20 -07: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 Garner (#3903) 2020-07-08 09:53:55 -07:00
VERSION chore: change version to 1.7.0 (#3826) 2020-06-23 14:29:34 +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
  11. GitOps Deployment and Kubernetes - using ArgoCD