Summary
Argo CD is a Kubernetes-native continuous deployment tool that enables both push-based and pull-based deployments from Git repositories. It can deploy updated code directly to Kubernetes resources.
1
It is designed to be simple to use and provides a GitOps workflow for managing applications.
It also provides a declarative configuration model and policy engine to ensure applications remain in the desired state.
According to
See more results on Neeva
Summaries from the best pages on the web
Unable to generate a short snippet for this page, sorry about that.
argoproj.github.io
kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.6.2/manifests/install.yaml
Releases · argoproj/argo-cd · GitHub
github.com
Summary
Argo CD is a Kubernetes-native continuous deployment (CD) tool. Unlike external CD tools that only enable push-based deployments, Argo CD can pull updated code from Git repositories and deploy it directly to Kubernetes resources.
Understanding Argo CD: Kubernetes GitOps Made Simple
codefresh.io
ArgoCD is an easy to use tool that allows development teams to deploy and manage applications without having to learn a lot about Kubernetes, and without ...
ArgoCD and GitOps: What’s next?
redhat.com
ArgoCD ¶ The ArgoCD resource is a Kubernetes Custom Resource (CRD) that describes the desired state for a given Argo CD cluster and allows for the ...
ArgoCD - Argo CD Operator
argocd-operator.readthedocs.io