loom-argocd

Installation
SKILL.md

Argo CD GitOps Continuous Delivery

Overview

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes that automates application deployment and lifecycle management. It follows the GitOps pattern where Git repositories are the source of truth for defining the desired application state.

Core Concepts

  • Application: A group of Kubernetes resources defined by a manifest in Git
  • Application Source Type: The tool/format used to define the application (Helm, Kustomize, plain YAML, Jsonnet)
  • Target State: The desired state of an application as represented in Git
  • Live State: The actual state of an application running in Kubernetes
  • Sync Status: Whether the live state matches the target state
  • Sync: The process of making the live state match the target state
  • Health: The health status of application resources
  • Refresh: Compare the latest code in Git with the live state
  • Project: A logical grouping of applications with RBAC policies

Installation and Setup

Related skills
Installs
3
GitHub Stars
48
First Seen
7 days ago