What problem does it solve? Teams deploying cloud-native applications often lack consistent, production-grade standards for containerization, Kubernetes workloads, infrastructure as code, and monitoring, leading to fragile deployments, alert noise, and security gaps. ## Core Features & Use Cases - Container & Kubernetes Standards: Canonical 7-stage Dockerfile builds, hardened runtime images, kind local clusters, and production Deployment manifests with probes, HPA, PDB, and NetworkPolicy. - Infrastructure as Code: Helm chart structure with values hierarchy, Kustomize base/overlay patterns, and Terraform provider pinning with remote state and module conventions. - Observability & GitOps: Prometheus recording rules and alert severity ladders, OpenTelemetry Collector pipelines, Loki/Tempo query patterns, Sentry PII filtering, Datadog tagging, plus ArgoCD ApplicationSets, Crossplane, OpenCost, and OPA/Gatekeeper policies. - Use Case: When bootstrapping a new microservice, use this Skill to generate a hardened Dockerfile, a zero-downtime Kubernetes Deployment with the full probe trinity, and Prometheus alerts following RED methodology. ## Quick Start Ask the agent to create a production-ready Kubernetes Deployment with HPA, PDB, and NetworkPolicy for a new API service.