Declarative Continuous Deployment for Kubernetes
Find a file
May Zhang 2f92cdd2eb
fix: not hide resource when resource is owned by other resource (#4022)
* fix: show resource when this resource owned by other resource

* fix: fix lint error

* fix: using map to reduce loops
2020-08-05 09:35:26 -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 feat: add cluster resource blacklist to projects (#3960) 2020-08-04 08:06:28 -07:00
cmd feat: add cluster resource blacklist to projects (#3960) 2020-08-04 08:06:28 -07:00
common feat: support overriding default cluster re-sync duration (#4014) 2020-07-30 10:00:19 -07:00
controller fix: skipped resources should not impact sync status (#3986) 2020-07-30 10:09:12 -07:00
docs docs: Add namespace field to cluster secret documentation (#3992) 2020-07-31 09:13:13 +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: add cluster resource blacklist to projects (#3960) 2020-08-04 08:06:28 -07:00
pkg feat: add cluster resource blacklist to projects (#3960) 2020-08-04 08:06:28 -07: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: add cluster resource blacklist to projects (#3960) 2020-08-04 08:06:28 -07:00
test feat: adding validate for app create and app set (#4016) 2020-07-30 13:28:36 -07:00
ui fix: not hide resource when resource is owned by other resource (#4022) 2020-08-05 09:35:26 -07:00
util fix: trim right backslash in cluster server URL (#4037) 2020-08-04 07:50:26 -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 feat: support overriding default cluster re-sync duration (#4014) 2020-07-30 10:00:19 -07:00
go.sum feat: support overriding default cluster re-sync duration (#4014) 2020-07-30 10:00:19 -07:00
LICENSE Fix LICENSE copyright text 2018-06-21 01:03:50 -07:00
Makefile chore: stop using pre-built docker images for testing/code generation (#3955) 2020-07-23 08:05:06 +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 docs: Add QuintoAndar to USERS (#4043) 2020-08-04 07:36:49 -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