GitOps System Apps Skill

Generate Kubernetes manifests for tenant system applications and configurations.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/dudick123/migrator-skills --skill gitops-system-apps-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: GitOps System Apps Skill
Source: https://github.com/dudick123/migrator-skills/tree/main/skills-files/mnt/user-data/outputs/gitops-system-apps
Command: npx skills add https://github.com/dudick123/migrator-skills --skill gitops-system-apps-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the generation and configuration of essential Kubernetes system-level resources for tenant environments, ensuring consistent and secure deployments.

Core Features & Use Cases

  • Tenant Onboarding: Generates namespaces, secrets, monitoring, certificates, and ingress rules for new tenants.
  • System App Management: Configures control plane applications like cert-manager, Datadog, External Secrets Operator, and Kong.
  • Use Case: When onboarding a new tenant named 'acme-corp', this skill will create all necessary Kubernetes resources across development, staging, and production environments, including namespaces, TLS certificates, and API gateway routes, based on provided tenant details.

Quick Start

Use the GitOps System Apps Skill to configure system applications for a tenant named 'new-tenant' across 'dev' and 'prod' environments.

Frequently Asked Questions about GitOps System Apps Skill

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

FAQPage Schema
How do I automate Kubernetes tenant onboarding across multiple environments?

Automate Kubernetes tenant onboarding by generating manifests for namespaces, External Secrets Operator, Datadog monitoring, cert-manager certificates, and Kong API Gateway routes for new tenants across development, staging, and production environments.

What Kubernetes resources do I need to configure for a new multi-tenant platform?

Multi-tenant platforms require namespaces, External Secrets Operator configurations, Datadog monitoring, cert-manager certificates, and Kong API Gateway routes to ensure consistent and secure tenant deployments across environments.

How do I generate Kubernetes manifests for control plane applications like cert-manager and Kong?

Generate Kubernetes manifests for control plane applications by providing tenant names and environments to automatically configure cert-manager certificates, External Secrets Operator, Datadog monitoring, and Kong API Gateway routes.

Do I need to define resource quotas and certificate domains for Kubernetes tenant system apps?

Resource quotas and certificate domains are optional configurations when generating Kubernetes tenant system apps, while tenant name and environments are required inputs to provision the necessary resources.

Can I use GitOps to manage External Secrets Operator and Datadog configurations for tenants?

GitOps manages External Secrets Operator and Datadog configurations for tenants by generating the required Kubernetes manifests, allowing control plane application configurations to be automated across multiple environments.