Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Document ArgoCD #89

Open
rasheedamir opened this issue Mar 9, 2021 · 0 comments
Open

Document ArgoCD #89

rasheedamir opened this issue Mar 9, 2021 · 0 comments

Comments

@rasheedamir
Copy link
Contributor

ArgoCD

ArgoCD is an open source tool that has been
created to enable declarative GitOps Continuous Delivery on container platforms. It fully supports IBM Kubernetes Services
and Red Hat OpenShift.

Argo CD follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application
state. Kubernetes manifests can be specified in several ways:

  1. kustomize applications
  2. helm charts
  3. Plain directory of YAML/json manifests
  4. Any custom config management tool configured as a config management plugin

Argo CD automates the deployment of the desired application states in the specified target environments. Application
deployments can track updates to branches, tags, or pinned to a specific version of manifests at a Git commit. See
tracking strategies for additional details about the different tracking strategies available.

@rasheedamir rasheedamir changed the title Document about argocd Document ArgoD Mar 9, 2021
@rasheedamir rasheedamir changed the title Document ArgoD Document ArgoCD Mar 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant