What problem does it solve?
Produces production-grade Kubernetes architecture, manifests, and operational guidance to reduce deployment risk, improve security posture, and shorten troubleshooting time for cluster workloads.
Core Features & Use Cases
- Declarative Manifests: Author end-to-end YAML for Deployments, StatefulSets, DaemonSets, Services, Ingress, and Storage with resource requests and limits.
- Security & Hardening: Provide RBAC roles, ServiceAccounts, least-privilege policies, NetworkPolicies, Pod Security Standards, and secret management guidance.
- Packaging & Operations: Create Helm chart structure, GitOps-friendly outputs (ArgoCD/Flux), storage classes, VPA/HPA tuning, and multi-cluster strategies.
- Troubleshooting & Best Practices: Offer kubectl debugging commands, observability recommendations, and remediation steps for common failures.
- Use Case: Prepare a secure Helm chart and manifest set for a web application that meets production readiness (liveness/readiness, resource limits, namespace isolation, RBAC, NetworkPolicy, and TLS).
Quick Start
Draft a production-ready Deployment, Service, RBAC, NetworkPolicy, and Helm values for an app named "myapp" in the production namespace with resource requests/limits, liveness and readiness probes, and GitOps-friendly manifests.