What problem does it solve?
This Skill helps engineers deploy, secure, and operate production Kubernetes clusters and workloads, reducing misconfiguration, insecure defaults, and downtime while ensuring observable, recoverable systems.
Core Features & Use Cases
- Architecture & Design: Analyze workload characteristics and design scalable patterns using Deployments, StatefulSets, and DaemonSets.
- Secure-by-default Manifests: Produce declarative YAML with resource requests and limits, liveness/readiness probes, least-privilege RBAC, and NetworkPolicies.
- Helm & GitOps Integration: Create Helm charts and GitOps-friendly manifests for ArgoCD/Flux and progressive delivery workflows.
- Storage, Networking & Troubleshooting: Advise on PV/PVC/StorageClasses, Ingress and service mesh configuration, and debugging cluster issues with kubectl and logs.
- Cost & Performance Optimization: Recommend HPA/VPA tuning, spot instance strategies, and right-sizing to reduce cloud spend.
Quick Start
Deploy a production-ready Deployment for the payments app in namespace prod with resource limits, liveness and readiness probes, least-privilege RBAC, and a NetworkPolicy.