gitops-deploy-workflow

Configure GitOps delivery pipelines with ArgoCD or Flux CD for Kubernetes.

9|3|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/Sir-chawakorn/sanook-cli --skill gitops-deploy-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitops-deploy-workflow
Source: https://github.com/Sir-chawakorn/sanook-cli/tree/main/skills/gitops-deploy-workflow
Command: npx skills add https://github.com/Sir-chawakorn/sanook-cli --skill gitops-deploy-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves configuration drift, deployment inconsistencies, and manual operational overhead by enforcing a declarative GitOps workflow for Kubernetes clusters.

Core Features & Use Cases

  • Declarative Infrastructure: Standardizes repository layouts using Kustomize overlays to manage multi-environment configurations without duplication.
  • Drift Reconciliation: Automates the synchronization of cluster state with Git, ensuring that manual changes are automatically reverted or flagged.
  • Progressive Delivery: Orchestrates canary and blue-green deployments using Argo Rollouts or Flagger to minimize production risk.

Quick Start

Use the gitops-deploy-workflow skill to audit my current repository structure and identify potential drift in my production environment.

Frequently Asked Questions about gitops-deploy-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Kubernetes deployments and prevent configuration drift?

Preventing configuration drift in Kubernetes requires a declarative GitOps workflow that continuously synchronizes cluster state with Git, automatically reverting or flagging manual changes to ensure strict reconciliation.

What is the best way to manage multi-environment Kubernetes configurations?

Managing multi-environment Kubernetes configurations is best achieved by standardizing repository layouts using Kustomize overlays, which allows you to maintain environment-specific overrides without duplicating declarative manifests.

How do I set up progressive delivery for Kubernetes using ArgoCD?

Setting up progressive delivery for Kubernetes using ArgoCD involves orchestrating canary and blue-green deployment strategies with Argo Rollouts, minimizing production risk by gradually shifting traffic based on robust health verification protocols.

Can I use Flux CD for automated drift reconciliation in my production environment?

Yes, you can use Flux CD for automated drift reconciliation in production. It enforces declarative manifest standards by continuously monitoring your Git repository and applying changes to match the desired cluster state automatically.

How do I audit my repository structure for GitOps deployment issues?

Auditing a repository structure for GitOps deployment issues involves checking your declarative manifests against secure secret management practices and ensuring your Kustomize overlays correctly represent multi-environment promotion paths.