k8s-generator

Generate Kubernetes manifests for Deployments, Services, ConfigMaps, Secrets, Ingress, and HPAs.

35|5|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/glincker/claude-code-marketplace --skill k8s-generator-glincker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k8s-generator
Source: https://github.com/glincker/claude-code-marketplace/tree/main/skills/devops/k8s-generator
Command: npx skills add https://github.com/glincker/claude-code-marketplace --skill k8s-generator-glincker

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of production-ready Kubernetes manifests, simplifying the deployment of applications to cloud-native environments.

Core Features & Use Cases

  • Manifest Generation: Creates Deployments, Services, ConfigMaps, Secrets, Ingress, and Horizontal Pod Autoscalers (HPA).
  • Best Practices: Implements resource limits, health checks, and follows 12-factor app principles.
  • Use Case: Quickly generate a complete Kubernetes deployment configuration for a new microservice, including scaling and ingress rules, based on its project files.

Quick Start

Use the k8s-generator skill to create Kubernetes manifests for my Node.js application.

Frequently Asked Questions about k8s-generator

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

FAQPage Schema
How do I generate Kubernetes manifests for a microservice automatically?

To generate Kubernetes manifests automatically, you provide application configurations like Dockerfiles and environment variables. The system analyzes these inputs to produce Deployments, Services, ConfigMaps, Secrets, Ingress, and HPAs based on production best practices.

Can I create Kubernetes manifests for multi-environment setups using Kustomize?

Yes, you can facilitate multi-environment setups using Kustomize. This approach allows you to manage configurations across different deployment targets while maintaining production best practices for your Kubernetes manifests.

How do I configure resource requests and limits for Kubernetes Deployments?

Resource requests and limits for Kubernetes Deployments are configured by analyzing application configurations like Dockerfiles. This ensures the generated manifests adhere to production best practices and 12-factor app principles.

Does Kubernetes manifest generation work with stateful applications and StatefulSets?

Yes, Kubernetes manifest generation supports stateful applications using StatefulSets. It creates comprehensive configurations including Deployments, Services, ConfigMaps, and Secrets tailored for stateful workloads.

What is the best way to add Ingress and Horizontal Pod Autoscalers to a Kubernetes deployment?

The best way to add Ingress and Horizontal Pod Autoscalers (HPA) is through automated manifest generation. This creates production-ready configurations with scaling rules and ingress setups based on your application files.

Do I need a Dockerfile to generate Kubernetes manifests with health checks and probes?

Providing a Dockerfile is recommended to generate Kubernetes manifests with accurate health checks and probes. The system analyzes your Dockerfile and environment variables to implement resource limits and production best practices.