What problem does it solve? Writing Kubernetes YAML manifests by hand is error-prone and time-consuming, with common mistakes like missing resource limits, absent health probes, weak security contexts, and inconsistent labels leading to unstable or insecure deployments. ## Core Features & Use Cases - Guided Manifest Generation: Step-by-step workflow for creating Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims with resource limits, probes, and security contexts built in. - Ready-to-Use Templates: Production-oriented YAML templates for Deployments, Services, and ConfigMaps covering ClusterIP, LoadBalancer, NodePort, and headless service patterns. - Deep Reference Docs: Detailed Deployment and Service specifications covering update strategies, affinity rules, probes, QoS classes, and troubleshooting. - Use Case: You need to deploy a new microservice to production. Use this Skill to generate a zero-downtime Deployment with anti-affinity rules, a ClusterIP Service, and matching ConfigMap and Secret, then validate with kubectl dry-run. ## Quick Start Generate a production-ready Kubernetes Deployment, Service, and ConfigMap for my web application running on port 8080.