Declarative Continuous Deployment for Kubernetes
Find a file
kshamajain99 91c20b7ca5
fix: remove zjwt (#5774)
* fix: remove zjwt

Signed-off-by: kshamajain99 <kshamajain99@gmail.com>
2021-03-16 11:53:12 -07:00
.github feat: Upgrade Redis to v6.2.1 (#5701) 2021-03-07 09:35:24 +01:00
assets feat: support background propagation policy while deleting applications (#5216) (#5524) 2021-03-15 17:27:41 +01:00
cmd feat: Make TLS to repo-server configurable and optional (#5764) 2021-03-16 09:23:10 -07:00
common feat: Make TLS to repo-server configurable and optional (#5764) 2021-03-16 09:23:10 -07:00
controller feat: support background propagation policy while deleting applications (#5216) (#5524) 2021-03-15 17:27:41 +01:00
docs feat: Make TLS to repo-server configurable and optional (#5764) 2021-03-16 09:23:10 -07:00
examples fix: typo in dashboard (#5015) 2020-12-09 16:53:24 -08:00
hack chore: use kube libraries v0.20.4 (#5775) 2021-03-15 20:48:25 -07:00
manifests fix: in securityContext set allowPrivilegeEscalation to false also drop all capabilities. (#5786) 2021-03-16 11:00:33 -07:00
overrides/partials/language fix: Capitalization in toc (#5024) 2020-12-10 22:33:01 +01:00
pkg feat: support background propagation policy while deleting applications (#5216) (#5524) 2021-03-15 17:27:41 +01:00
reposerver feat: Make TLS to repo-server configurable and optional (#5764) 2021-03-16 09:23:10 -07:00
resource_customizations feat: Add additional strimzi custom resource health checks (#5642) 2021-03-04 14:59:18 +01:00
server fix: remove zjwt (#5774) 2021-03-16 11:53:12 -07:00
test feat: added cascade option to delete resources #5368 (#5538) 2021-03-09 14:04:14 +01:00
tools/cmd-docs build consolidated argocd binary (#5247) 2021-01-20 11:28:06 -08:00
ui feat: support background propagation policy while deleting applications (#5216) (#5524) 2021-03-15 17:27:41 +01:00
util fix: remove zjwt (#5774) 2021-03-16 11:53:12 -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 feat: Add 'proj role list-tokens' command (#4674) 2020-10-27 12:56:37 -07:00
.golangci.yml Rename deprecated deadline option to timeout (#2686) 2019-11-12 15:54:20 -08:00
.readthedocs.yml feat: add versioning to argocd docs (#5099) 2021-02-04 12:06:29 -08:00
CHANGELOG.md Fixed dex connectors documentation link (#5573) 2021-03-02 10:59:01 -08:00
Dockerfile refactor: upgrade golang to v1.16.0 (#5677) 2021-03-04 08:52:27 -08:00
Dockerfile.dev fix dev image and update doc (#5285) 2021-01-21 09:28:34 -08:00
go.mod chore: use kube libraries v0.20.4 (#5775) 2021-03-15 20:48:25 -07:00
go.sum chore: use kube libraries v0.20.4 (#5775) 2021-03-15 20:48:25 -07:00
LICENSE Fix LICENSE copyright text 2018-06-21 01:03:50 -07:00
Makefile chore: Allow re-enable auth in local make start (#5639) 2021-03-02 19:24:36 +01:00
mkdocs.yml docs: Add ApplicationSet page to Argo CD docs (#5685) 2021-03-05 22:15:37 +01:00
OWNERS docs: move jgwest to approver (#5730) 2021-03-10 18:40:51 +01:00
Procfile feat: Upgrade Redis to v6.2.1 (#5701) 2021-03-07 09:35:24 +01:00
README.md docs: Yet another ArgoCD-related video (#5686) 2021-03-04 11:05:41 -08:00
SECURITY.md docs: Move security policy to SECURITY.md for integration with GitHub (#5627) 2021-02-27 08:41:20 +01:00
SECURITY_CONTACTS docs: replace https://argoproj.github.io/argo-cd/ with https://argo-cd.readthedocs.io/ (#5457) 2021-02-08 10:39:56 -08: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 Gojek to USERS.md (#5782) 2021-03-16 09:38:54 -07:00
VERSION chore: change version to 2.0.0 (#5750) 2021-03-12 20:32:44 +01: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 CII Best Practices

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

Argo CD Demo

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. Couchbase - How To Run a Database Cluster in Kubernetes Using Argo CD
  2. Automation of Everything - How To Combine Argo Events, Workflows & Pipelines, CD, and Rollouts
  3. Environments Based On Pull Requests (PRs): Using Argo CD To Apply GitOps Principles On Previews
  4. Argo CD: Applying GitOps Principles To Manage Production Environment In Kubernetes
  5. Creating Temporary Preview Environments Based On Pull Requests With Argo CD And Codefresh
  6. Tutorial: Everything You Need To Become A GitOps Ninja 90m tutorial on GitOps and Argo CD.
  7. Comparison of Argo CD, Spinnaker, Jenkins X, and Tekton
  8. Simplify and Automate Deployments Using GitOps with IBM Multicloud Manager 3.1.2
  9. GitOps for Kubeflow using Argo CD
  10. GitOps Toolsets on Kubernetes with CircleCI and Argo CD
  11. Simplify and Automate Deployments Using GitOps with IBM Multicloud Manager
  12. CI/CD in Light Speed with K8s and Argo CD
  13. Machine Learning as Code. Among other things, describes how Kubeflow uses Argo CD to implement GitOPs for ML
  14. Argo CD - GitOps Continuous Delivery for Kubernetes
  15. Introduction to Argo CD : Kubernetes DevOps CI/CD
  16. GitOps Deployment and Kubernetes - using ArgoCD
  17. Deploy Argo CD with Ingress and TLS in Three Steps: No YAML Yak Shaving Required
  18. GitOps Continuous Delivery with Argo and Codefresh
  19. Stay up to date with ArgoCD and Renovate
  20. Setting up Argo CD with Helm
  21. Applied GitOps with ArgoCD
  22. Solving configuration drift using GitOps with Argo CD