Argocd

Argo CD

NeuralBlitz Updated 1 repo stars

File contents

Argo CD

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. It automates the deployment of applications by syncing Git manifests with cluster state.

Key Concepts

  • GitOps workflow
  • Application manifests (K8s CRDs)
  • Sync and health checks
  • Rollbacks and history
  • Webhooks integration

Common Use Cases

  • Kubernetes deployments
  • GitOps automation
  • Multi-environment promotion
  • Canary/blue-green deployments
  • Infrastructure as Code

Best Practices

  • Use Kustomize or Helm
  • Implement app of apps pattern
  • Set up resource limits
  • Use health checks
  • Configure notifications

Resources

  • Argo CD: argoproj.github.io/argo-cd
  • Related Skills: kubernetes, gitops, helm

NeuralBlitz/Agent-Gateway/tree/main/agent-gateway/skills/user/categories/devops/argocd commit e8340743d7

Frequently asked questions

npx skillmds@latest add neuralblitz/argocd-2