Declarative Continuous Deployment for Kubernetes
Find a file
May Zhang 021b13c660
fix: permission denied due to NormalizeProjs failed to get list of pr… (#3883)
* fix: permission denied due to NormalizeProjs failed to get list of projects

* fix: permission denied due to NormalizeProjs failed to get list of projects

* fix: return error if normalization failed.

* fix: return error if normalization failed.

* fix: return error if normalization failed.

* fix: in GetJWTToken, remove normalize. It causes issue with delete token.

* Moved get project to only when apierr.IsConflict(err)
2020-07-02 15:31:35 -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 fix: jwtTokens are reset when applying AppProjects (#3791) 2020-06-25 15:11:24 -07:00
cmd feat: implement 'argocd-util apps get-reconcile-results command' (#3888) 2020-07-02 13:47:56 -07:00
common feat: Display cluster info on cluster details page (#3793) 2020-06-22 17:51:20 -07:00
controller feat: implement 'argocd-util apps get-reconcile-results command' (#3888) 2020-07-02 13:47:56 -07:00
docs feat(dex): allow dex custom static clients (#3834) (#3835) 2020-06-26 19:01:45 +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 fix: jwtTokens are reset when applying AppProjects (#3791) 2020-06-25 15:11:24 -07:00
pkg feat: implement 'argocd-util apps get-reconcile-results command' (#3888) 2020-07-02 13:47:56 -07:00
reposerver feat: implement 'argocd-util apps get-reconcile-results command' (#3888) 2020-07-02 13:47:56 -07:00
resource_customizations feat: Added healthchecks for more custom resources (#3726) (#3728) 2020-06-12 09:51:13 -07:00
server fix: permission denied due to NormalizeProjs failed to get list of pr… (#3883) 2020-07-02 15:31:35 -07:00
test fix: App Creation Requires Namespace Even When Repo Contains Only Global Custom Resource (#3874) 2020-06-29 16:33:13 -07:00
ui fix: Correct filters disclosure widget direction (#3885) 2020-07-02 09:18:54 +02:00
util feat: implement 'argocd-util apps get-reconcile-results command' (#3888) 2020-07-02 13:47:56 -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 fix: refactor: upgrade gitops engine version to pull in diffing fix (#3886) 2020-07-02 15:30:21 -07:00
go.sum fix: refactor: upgrade gitops engine version to pull in diffing fix (#3886) 2020-07-02 15:30:21 -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 Added D2iQ (#3873) 2020-06-29 10:08:52 -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