What problem does it solve? Deploying and managing Kubernetes workloads requires deep knowledge of manifests, security policies, networking, and tooling, and mistakes like missing resource limits or overly permissive RBAC cause outages and vulnerabilities. ## Core Features & Use Cases - Manifest Generation: Create production-grade Deployments, StatefulSets, Services, Ingress, NetworkPolicies, and RBAC with resource limits, probes, and security contexts built in. - Troubleshooting & Operations: Debug pod crashes, inspect logs and events, validate rollouts, and roll back failed deployments with kubectl workflows. - Ecosystem Coverage: Reference guides for 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: Ask for a secure deployment of a web app and receive a complete YAML bundle with a dedicated ServiceAccount, least-privilege Role, default-deny NetworkPolicy, and health probes, plus validation commands. ## Quick Start Ask the assistant to create a production-ready Kubernetes Deployment manifest for your application with resource limits, probes, RBAC, and a NetworkPolicy.