ArgoCD Setup and Configuration

Installation
SKILL.md

ArgoCD Setup and Configuration

Installation Methods

1. Standard Installation

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml

2. High Availability Installation

kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/ha/install.yaml

3. Helm Installation

Installs
GitHub Stars
6
First Seen
ArgoCD Setup and Configuration — kmshihab7878/claude-code-setup