What problem does it solve? Deploying and managing Kubernetes workloads involves complex decisions around workload types, networking, storage, security, and cost. This Skill provides structured guidance and production-grade manifest patterns so you avoid common misconfigurations like missing resource limits, exposed secrets, or unrestricted network access. ## Core Features & Use Cases - Workload & Manifest Design: Create Deployments, StatefulSets, DaemonSets, Jobs, and CronJobs with proper resource requests, limits, and health probes. - Security Hardening: Apply RBAC, NetworkPolicies, Pod Security Standards, and secret management patterns including External Secrets and Sealed Secrets. - Helm & GitOps: Build and test Helm charts, and set up GitOps delivery with ArgoCD, Flux, and progressive delivery via Flagger. - Use Case: When migrating an application to Kubernetes, use this Skill to generate hardened manifests with NetworkPolicies, configure an HPA tuned for cost efficiency, and wire the deployment into an ArgoCD GitOps pipeline. ## Quick Start Use the kubernetes-specialist skill to create a production-ready Deployment manifest with resource limits, probes, and a NetworkPolicy for my web application.