Declarative Continuous Deployment for Kubernetes
Find a file
Alexander Matyushentsev 3c2be61827
feat: implement Service Account / Local Users (#3215)
* feat: implement Service Account / Local Users

* add local users documentation

* implement accounts management UI

* address code review notes
2020-03-17 15:31:37 -07:00
.circleci fix: codegen task is broken locally (#3200) 2020-03-06 12:51:03 -08:00
.github docs: Create USERS.md (#3206) 2020-03-10 09:01:35 +01:00
assets feat: implement Service Account / Local Users (#3215) 2020-03-17 15:31:37 -07:00
cmd feat: implement Service Account / Local Users (#3215) 2020-03-17 15:31:37 -07:00
common feat: implement Service Account / Local Users (#3215) 2020-03-17 15:31:37 -07:00
controller feat: use --api-versions during helm chart rendering (#3243) 2020-03-17 14:20:36 -07:00
docs feat: implement Service Account / Local Users (#3215) 2020-03-17 15:31:37 -07:00
errors Adds test for updating immutable field, adds UI button to allow force from UI. See #2150 (#2155) 2019-08-20 14:31:33 -07:00
examples examples/dashboard.json: removing filling, add increase to grpc metrics (#3154) 2020-02-28 10:12:02 -08:00
hack feat: improve api-server and controller performance (#3222) 2020-03-16 11:51:59 -07:00
manifests fix: codegen task is broken locally (#3200) 2020-03-06 12:51:03 -08:00
pkg feat: implement Service Account / Local Users (#3215) 2020-03-17 15:31:37 -07:00
reposerver feat: use --api-versions during helm chart rendering (#3243) 2020-03-17 14:20:36 -07:00
resource_customizations improvement: Surface failure reasons for Rollouts/AnalysisRuns (#3219) 2020-03-10 16:18:51 -07:00
server feat: implement Service Account / Local Users (#3215) 2020-03-17 15:31:37 -07:00
test feat: implement Service Account / Local Users (#3215) 2020-03-17 15:31:37 -07:00
ui feat: implement Service Account / Local Users (#3215) 2020-03-17 15:31:37 -07:00
util feat: implement Service Account / Local Users (#3215) 2020-03-17 15:31:37 -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 Final optimisations (#2486) 2019-10-15 09:15:33 -07:00
.golangci.yml Rename deprecated deadline option to timeout (#2686) 2019-11-12 15:54:20 -08:00
CHANGELOG.md docs: add v1.5 change log (#3244) 2020-03-17 11:50:00 -07:00
Dockerfile feat: support helm3 (#2383) (#3178) 2020-03-04 17:05:44 +01:00
Dockerfile.dev Fix docker image for dev (#2319) 2019-09-17 08:48:35 +01:00
Gopkg.lock feat: implement Service Account / Local Users (#3215) 2020-03-17 15:31:37 -07:00
Gopkg.toml feat: implement Service Account / Local Users (#3215) 2020-03-17 15:31:37 -07:00
LICENSE Fix LICENSE copyright text 2018-06-21 01:03:50 -07:00
Makefile feat: improve api-server and controller performance (#3222) 2020-03-16 11:51:59 -07:00
mkdocs.yml feat: implement Service Account / Local Users (#3215) 2020-03-17 15:31:37 -07:00
OWNERS chore: add jannfis to approvers list (#3014) 2020-01-22 08:45:39 +01:00
Procfile feat: upgrade dex to v2.21.0 (#2985) 2020-01-15 14:06:38 -08:00
README.md docs: Create USERS.md (#3206) 2020-03-10 09:01:35 +01:00
uid_entrypoint.sh Make argo-cd docker images openshift friendly (#2362) 2019-10-01 12:42:41 -07:00
USERS.md docs: Create USERS.md (#3206) 2020-03-10 09:01:35 +01:00
VERSION chore: publish image on every push to master (#3051) 2020-01-29 19:09:16 +01:00
white-list Adds doc on secrets, updates changelog, updates Github templates (#2550) 2019-10-23 15:16:26 -07:00

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