gitops-workflow

Implement GitOps workflows for declarative Kubernetes deployments with ArgoCD and Flux CD.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/HCMUTE-RTIC/fit-hcmute --skill gitops-workflow-hcmute-rtic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitops-workflow
Source: https://github.com/HCMUTE-RTIC/fit-hcmute/tree/main/.agent/skills/gitops-workflow
Command: npx skills add https://github.com/HCMUTE-RTIC/fit-hcmute --skill gitops-workflow-hcmute-rtic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines Kubernetes deployments by enabling automated, declarative management directly from Git, ensuring consistency and reducing manual errors.

Core Features & Use Cases

  • Declarative Kubernetes Deployments: Define your desired cluster state in Git and let tools like ArgoCD or Flux CD manage the synchronization.
  • Automated Continuous Delivery: Implement CI/CD pipelines that automatically deploy applications as code changes are merged.
  • Use Case: You need to deploy a new microservice to your Kubernetes cluster. You update the Kubernetes manifests in your GitOps repository, and ArgoCD automatically detects the change and applies it to the cluster.

Quick Start

Use the gitops-workflow skill to set up ArgoCD for your Kubernetes cluster by following the installation steps in the SKILL.md file.

Frequently Asked Questions about gitops-workflow

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

FAQPage Schema
How do I automate Kubernetes deployments using GitOps?

Set up ArgoCD for Kubernetes by following the installation steps provided in the SKILL.md file. Once installed, ArgoCD automatically detects manifest changes in your Git repository and synchronizes them directly to your cluster.

What is the best way to manage declarative infrastructure for multiple Kubernetes clusters?

Manage declarative infrastructure across multiple clusters by using GitOps workflows with Flux CD or ArgoCD. This Skill supports multi-cluster deployments, allowing you to maintain a single source of truth in Git while continuously reconciling state across all target environments.

Can I implement progressive delivery strategies with ArgoCD and Flux CD?

Yes, you can implement progressive delivery strategies with ArgoCD and Flux CD. This GitOps workflow supports advanced deployment techniques, allowing you to gradually roll out application changes while continuously reconciling the cluster state with your Git repository.

Does GitOps workflow support secret management for continuous delivery?

GitOps workflow supports secret management for continuous delivery alongside declarative Kubernetes deployments. This allows you to securely handle sensitive data within your GitOps repository while ArgoCD or Flux CD automatically synchronizes application states to your cluster.

Why should I use Git as the source of truth for Kubernetes continuous delivery instead of manual kubectl commands?

Use Git as the source of truth for Kubernetes continuous delivery to ensure consistency and reduce manual errors. By letting ArgoCD or Flux CD continuously reconcile the cluster state with declarative manifests, you eliminate configuration drift and gain an auditable deployment history.