Declarative Continuous Deployment for Kubernetes
Find a file
2020-10-09 16:16:38 -07:00
.github feat: Upgrade Dex to v2.25.0 (#4470) 2020-10-05 09:02:49 +02:00
assets feat: Support controller horizontal scaling (#4285) 2020-10-09 13:16:54 -07:00
cmd feat: Failed manifest generation protection (#4238) (#4430) 2020-10-09 13:47:31 -07:00
common fix: bump cache version to avoid nil pointer error (#4525) 2020-10-09 16:16:38 -07:00
controller feat: Support controller horizontal scaling (#4285) 2020-10-09 13:16:54 -07:00
docs feat: Support controller horizontal scaling (#4285) 2020-10-09 13:16:54 -07:00
examples chore: Spelling (#3647) 2020-05-27 10:22:13 -07:00
hack fix: swagger UI stuck loading (#4377) 2020-09-18 15:39:56 -07:00
manifests feat: Support controller horizontal scaling (#4285) 2020-10-09 13:16:54 -07:00
pkg feat: Support controller horizontal scaling (#4285) 2020-10-09 13:16:54 -07:00
reposerver feat: Failed manifest generation protection (#4238) (#4430) 2020-10-09 13:47:31 -07:00
resource_customizations fix: switch monkeypatching implementation (#4462) 2020-09-30 14:02:18 -07:00
server fix: api-server should not try creating default project it is exists already (#4517) 2020-10-09 10:17:00 -07:00
test feat: Failed manifest generation protection (#4238) (#4430) 2020-10-09 13:47:31 -07:00
ui fix: webpack-dev-server proxy hostname (#4515) 2020-10-09 12:55:28 -07:00
util feat: Support controller horizontal scaling (#4285) 2020-10-09 13:16:54 -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 nodemodules to gitignore (#4151) 2020-08-24 14:00:22 -07:00
.golangci.yml Rename deprecated deadline option to timeout (#2686) 2019-11-12 15:54:20 -08:00
CHANGELOG.md docs: add 1.7.1 and 1.7.2 to CHANGELOG (#4197) 2020-08-28 13:26:15 -07:00
Dockerfile refactor: upgrade dependencies and node version (#4461) 2020-09-30 23:02:48 -07:00
Dockerfile.dev Fix docker image for dev (#2319) 2019-09-17 08:48:35 +01:00
go.mod refactor: fix: update gitops engine version (issue #3781) (#4489) 2020-10-05 15:22:37 -07:00
go.sum refactor: fix: update gitops engine version (issue #3781) (#4489) 2020-10-05 15:22:37 -07:00
LICENSE Fix LICENSE copyright text 2018-06-21 01:03:50 -07:00
Makefile fix: Only processes need root uid will run as root inside test container (#4210) 2020-09-15 11:32:16 +02:00
mkdocs.yml docs: Add developer docs for gitops-engine changes (#4492) 2020-10-06 19:31:57 +02:00
OWNERS Update OWNERS (#3439) 2020-04-18 19:54:44 -07:00
Procfile feat: Upgrade Dex to v2.25.0 (#4470) 2020-10-05 09:02:49 +02:00
README.md docs: 20 min video (#4390) 2020-09-23 17:22:52 -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 docs: add TableCheck to users (#4494) 2020-10-06 12:28:32 +02:00
VERSION chore: change version to 1.8.0 (#4340) 2020-09-15 13:57:35 -07: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. Argo CD: Applying GitOps Principles To Manage Production Environment In Kubernetes
  2. Tutorial: Everything You Need To Become A GitOps Ninja 90m tutorial on GitOps and Argo CD.
  3. Comparison of Argo CD, Spinnaker, Jenkins X, and Tekton
  4. Simplify and Automate Deployments Using GitOps with IBM Multicloud Manager 3.1.2
  5. GitOps for Kubeflow using Argo CD
  6. GitOps Toolsets on Kubernetes with CircleCI and Argo CD
  7. Simplify and Automate Deployments Using GitOps with IBM Multicloud Manager
  8. CI/CD in Light Speed with K8s and Argo CD
  9. Machine Learning as Code. Among other things, describes how Kubeflow uses Argo CD to implement GitOPs for ML
  10. Argo CD - GitOps Continuous Delivery for Kubernetes
  11. Introduction to Argo CD : Kubernetes DevOps CI/CD
  12. GitOps Deployment and Kubernetes - using ArgoCD
  13. Deploy Argo CD with Ingress and TLS in Three Steps: No YAML Yak Shaving Required
  14. GitOps Continuous Delivery with Argo and Codefresh