Implement GitOps continuous delivery for Kubernetes using declarative, pull-based deployment models where Git serves as the single source of truth for infrastructure and application configuration.
Trigger keywords: "deploy to Kubernetes", "ArgoCD setup", "Flux bootstrap", "GitOps pipeline", "environment promotion", "multi-cluster deployment", "automated reconciliation"
All system configuration stored in Git repositories. No manual kubectl apply or cluster modifications. Declarative manifests (YAML) for all Kubernetes resources, environment-specific overlays, infrastructure configuration, and application deployments.
Implementa la distribuzione continua GitOps per Kubernetes utilizzando ArgoCD o Flux. Utilizzalo per distribuzioni automatizzate con Git come unica fonte di verità, distribuzione basata su pull, rilevamento di deviazioni, gestione multi-cluster e implementazioni progressive. Fonte: ancoleman/ai-design-components.