What problem does it solve? Deploying and managing Kubernetes workloads involves complex YAML manifests, security hardening, and troubleshooting that are error-prone when done manually. This Skill provides structured guidance and production-grade patterns for the full Kubernetes lifecycle. ## Core Features & Use Cases - Manifest Generation: Create Deployments, StatefulSets, Services, Ingress, ConfigMaps, and Secrets with resource limits, probes, and security contexts built in. - Security Hardening: Apply least-privilege RBAC, default-deny NetworkPolicies, Pod Security Standards, and secret management patterns (Sealed Secrets, External Secrets, SOPS). - Ecosystem Coverage: Get guidance on Helm charts, custom operators (CRDs, controller-runtime), service mesh (Istio/Linkerd), GitOps (ArgoCD/Flux), cost optimization (VPA/HPA, spot instances), and multi-cluster management. - Use Case: You need to deploy a new microservice to production. The Skill produces a complete Deployment manifest with resource limits, liveness/readiness probes, a dedicated ServiceAccount with minimal RBAC, and a NetworkPolicy restricting traffic to only allowed sources. ## Quick Start Ask the agent to create a production-ready Kubernetes Deployment manifest for your application with resource limits, health probes, and a restrictive NetworkPolicy.