gitops

Installation
SKILL.md

GitOps

Purpose

Manage Kubernetes deployments using Git as the single source of truth with ArgoCD or Flux. Covers repository structure, application definitions, sync policies, environment promotion, drift detection, and secret management.

Framework and Methodology

GitOps Principles

  1. Declarative Description: The entire system is described declaratively.
  2. Version Controlled and Immutable: The desired state is stored in Git.
  3. Automatically Applied: Software agents pull changes from Git.
  4. Continuously Reconciled: Agents correct drift between desired and actual state.
Installs
12
GitHub Stars
21
First Seen
May 30, 2026
gitops — j4flmao/agent-skills