Difference between revisions of "Argo CD"

From wikieduonline
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
* https://argo-cd.readthedocs.io/en/stable/  
 
* https://argo-cd.readthedocs.io/en/stable/  
  
Installation:
+
== Installation ==
 
* <code>[[helm repo add]] argo https://argoproj.github.io/argo-helm</code>
 
* <code>[[helm repo add]] argo https://argoproj.github.io/argo-helm</code>
 
* <code>[[helm install my-argo argo/argo-cd]]</code>
 
* <code>[[helm install my-argo argo/argo-cd]]</code>
Line 9: Line 9:
 
== Features ==
 
== Features ==
 
* Automated deployment of applications to specified target [[environments]]
 
* Automated deployment of applications to specified target [[environments]]
* Support for multiple config management/templating tools ([[Kustomize]], [[Helm]], [[Jsonnet]], [[plain-YAML]])
+
* Automated configuration [[drift detection]] (can be disabled) and visualization
* PreSync, Sync, PostSync hooks to support complex application rollouts (e.g.blue/green & canary upgrades)
+
* Support for multiple config management/templating tools: [[Kustomize]], [[Helm]], [[Jsonnet]], [[plain-YAML]]
* Automated configuration [[drift detection]] and visualization
+
* PreSync, Sync, PostSync hooks to support complex application rollouts (e.g. [[blue/green]] & [[canary upgrades]])
 
* Ability to manage and deploy to multiple clusters
 
* Ability to manage and deploy to multiple clusters
 
* [[SSO]] Integration ([[OIDC]], [[OAuth2]], [[LDAP]], [[SAML 2.0]], [[GitHub]], GitLab, Microsoft, LinkedIn)
 
* [[SSO]] Integration ([[OIDC]], [[OAuth2]], [[LDAP]], [[SAML 2.0]], [[GitHub]], GitLab, Microsoft, LinkedIn)
 
* Multi-tenancy and [[RBAC]] policies for authorization
 
* Multi-tenancy and [[RBAC]] policies for authorization
* Rollback/Roll-anywhere to any application configuration committed in Git repository
+
* [[Rollback]]/Roll-anywhere to any application configuration committed in Git repository
 
* Health status analysis of application resources
 
* Health status analysis of application resources
* Automated or manual syncing of applications to its desired state
+
* Automated or manual syncing of applications to it's desired state
 
* Web UI which provides real-time view of application activity
 
* Web UI which provides real-time view of application activity
* CLI for automation and CI integration
+
* CLI for automation and CI integration: <code>[[argocd]]</code>
* Webhook integration (GitHub, BitBucket, GitLab)
+
* [[Webhook]] integration: [[GitHub]], [[BitBucket]], [[GitLab]]
* Access tokens for automation
+
* [[Access tokens]] for automation
* Audit trails for application events and API calls
+
* [[Audit trails]] for application events and API calls
 
* [[Prometheus metrics]]
 
* [[Prometheus metrics]]
 
* Parameter overrides for overriding helm parameters in Git
 
* Parameter overrides for overriding helm parameters in Git
  
 
== Installing ==
 
== Installing ==
[[kubectl create namespace]] argocd
+
* <code>[[kubectl create namespace]] argocd</code>
[[kubectl apply]] -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
+
* <code>[[kubectl apply]] -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml</code>
 +
 
 +
== Activites ==
 +
* https://stackoverflow.com/questions/tagged/argocd?tab=Votes
 +
* [[Amazon EKS Workshop]]
  
 
== Related terms ==
 
== Related terms ==
 
* [[Kubernetes controller]]
 
* [[Kubernetes controller]]
* https://stackoverflow.com/questions/tagged/argocd?tab=Votes
 
* [[Spinnaker]]
 
* <code>[[brew install argocd]]</code>
 
 
* [[Ambassador]]
 
* [[Ambassador]]
* [[Amazon EKS Workshop]]
 
* [[Tekton]]
 
* [[Kustomize]]
 
* [[jsonnet]]
 
 
* [[IBM Accelerator Tool Kit]]
 
* [[IBM Accelerator Tool Kit]]
 +
* [[Flux]]
  
 
== See also ==
 
== See also ==

Latest revision as of 11:50, 17 April 2024

wikipedia:Argo CD (Trends) is a declarative, GitOps continuous delivery tool for Kubernetes

Installation[edit]

Features[edit]

  • Automated deployment of applications to specified target environments
  • Automated configuration drift detection (can be disabled) and visualization
  • Support for multiple config management/templating tools: Kustomize, Helm, Jsonnet, plain-YAML
  • PreSync, Sync, PostSync hooks to support complex application rollouts (e.g. blue/green & canary upgrades)
  • Ability to manage and deploy to multiple clusters
  • SSO Integration (OIDC, OAuth2, LDAP, SAML 2.0, GitHub, GitLab, Microsoft, LinkedIn)
  • Multi-tenancy and RBAC policies for authorization
  • Rollback/Roll-anywhere to any application configuration committed in Git repository
  • Health status analysis of application resources
  • Automated or manual syncing of applications to it's desired state
  • Web UI which provides real-time view of application activity
  • CLI for automation and CI integration: argocd
  • Webhook integration: GitHub, BitBucket, GitLab
  • Access tokens for automation
  • Audit trails for application events and API calls
  • Prometheus metrics
  • Parameter overrides for overriding helm parameters in Git

Installing[edit]

Activites[edit]

Related terms[edit]

See also[edit]

Advertising: