openchoreo-platform-engineer-gitops

Scaffold GitOps repositories and wire Flux CD for OpenChoreo platform clusters.

5|6|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/openchoreo/skills --skill openchoreo-platform-engineer-gitops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openchoreo-platform-engineer-gitops
Source: https://github.com/openchoreo/skills/tree/main/skills/openchoreo-platform-engineer-gitops
Command: npx skills add https://github.com/openchoreo/skills --skill openchoreo-platform-engineer-gitops

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

OpenChoreo platform teams need a reliable way to bootstrap GitOps repositories, wire Flux CD, and author platform CRDs via Git so clusters can be reproducibly managed across environments.

Core Features & Use Cases

  • Scaffold a GitOps repo with platform-shared resources and per-namespace resources.
  • Wire Flux CD and provide templates for platform CRDs and ecosystem components.
  • Author, validate, and drift-recover OpenChoreo platform resources entirely via Git.

Quick Start

Initialize a scaffolded GitOps repository for your cluster and begin wiring Flux and OpenChoreo platform resources.

Frequently Asked Questions about openchoreo-platform-engineer-gitops

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

FAQPage Schema
How do I bootstrap a GitOps repository for platform clusters using Flux CD?

To bootstrap a GitOps repository for platform clusters, you can scaffold the repo with platform-shared and per-namespace resources, then wire Flux CD to manage OpenChoreo platform CRDs directly via Git for reproducible cluster management.

What is the best way to author and validate platform CRDs via Git for OpenChoreo?

Authoring platform CRDs via Git is best handled by applying declarative GitOps practices that scaffold per-namespace resources and provide templates, enabling validation and drift recovery entirely through your repository layout.

Can I use this GitOps scaffolding workflow on an active cluster or only pristine clusters?

This GitOps scaffolding workflow applies to pristine clusters, platform-only installations, and active clusters, allowing you to wire Flux CD and manage OpenChoreo platform resources across all these environment states.

Do I need OpenChoreo CLI tooling to wire Flux CD for platform clusters?

Yes, you need the OpenChoreo CLI tooling context, specifically the occ and flux commands, to execute the declarative workflow for scaffolding GitOps repos and wiring Flux CD for platform clusters.

How does GitOps drift recovery work for OpenChoreo platform resources?

GitOps drift recovery for OpenChoreo platform resources works by using Flux CD to continuously reconcile your cluster state with the declarative platform CRDs authored in your scaffolded Git repository.

What are the limitations of managing per-namespace scoping with platform CRDs in Git?

A key limitation is that managing per-namespace scoping with platform CRDs in Git requires strict adherence to the specific repo layout and GitOps practices defined by the OpenChoreo platform engine to avoid configuration drift.