What problem does it solve? Writing correct, secure Kubernetes YAML by hand is error-prone: missing resource limits, overly permissive RBAC, absent health probes, and open network policies are common production risks. This Skill produces declarative manifests that follow security and reliability best practices, and guides troubleshooting when workloads misbehave. ## Core Features & Use Cases - Manifest Generation: Create Deployments, StatefulSets, Services, Ingress, RBAC roles, and NetworkPolicies with resource limits, probes, and hardened security contexts built in. - Deep Reference Guides: On-demand references cover Helm charts, custom operators (CRDs and controller-runtime), service mesh (Istio/Linkerd), GitOps (ArgoCD/Flux), cost optimization (VPA/HPA, spot instances), and multi-cluster management. - Troubleshooting & Validation: Provides kubectl commands for rollout status, log inspection, RBAC auditing, and rollback procedures. - Use Case: Ask for a production deployment of a web app and receive a complete manifest set: Deployment with non-root security context and probes, a least-privilege ServiceAccount/Role/RoleBinding, and a default-deny NetworkPolicy with explicit allow rules. ## Quick Start Ask the assistant to create a production-ready Kubernetes deployment manifest for your application, including resource limits, health probes, RBAC, and network policies.