k8s-manifest-generator

Installation
Summary

Production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims.

  • Covers eight core resource types with step-by-step guidance: Deployments with health checks and resource limits, Services (ClusterIP, LoadBalancer, NodePort), ConfigMaps, Secrets, PersistentVolumeClaims, security contexts, labels, and multi-resource organization
  • Includes security best practices such as running as non-root, dropping capabilities, read-only filesystems, and Pod Security Standards
  • Provides four common patterns: stateless web applications, stateful databases, background jobs, and multi-container pods with ready-to-use templates
  • Covers validation and testing workflows using kubectl dry-run, kubeval, kube-score, and kube-linter to catch configuration errors before deployment
SKILL.md

Kubernetes Manifest Generator

Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims.

Purpose

This skill provides comprehensive guidance for generating well-structured, secure, and production-ready Kubernetes manifests following cloud-native best practices and Kubernetes conventions.

When to Use This Skill

Use this skill when you need to:

  • Create new Kubernetes Deployment manifests
  • Define Service resources for network connectivity
  • Generate ConfigMap and Secret resources for configuration management
  • Create PersistentVolumeClaim manifests for stateful workloads
  • Follow Kubernetes best practices and naming conventions
  • Implement resource limits, health checks, and security contexts
  • Design manifests for multi-environment deployments
Related skills

More from wshobson/agents

Installs
6.3K
Repository
wshobson/agents
GitHub Stars
35.3K
First Seen
Jan 20, 2026