What problem does it solve?
Kubernetes containers fail in confusing ways (deployments that never become ready, resource pressure, misconfigured probes, broken networking, or hard-to-diagnose runtime issues). This skill consolidates proven Kubernetes and Helm practices so you can implement reliable, production-ready container orchestration patterns.
Core Features & Use Cases
- Manifests that work in production: Deployment, Service, resource requests/limits, and security contexts that align with least-privilege expectations.
- Operational readiness & debuggability: Health probe guidance and kubectl workflows for investigating pods and events.
- Helm chart best practices: Chart structure, values management, templating helpers, and install/upgrade/validation commands.
- Podtrace runtime diagnostics: eBPF-based on-demand Podtrace workflows for when logs, metrics, and standard Kubernetes introspection are insufficient.
Use cases include: rolling out a new container version with correct liveness/readiness probes, wiring services and traffic routing on EKS (including pod IP targeting), hardening workloads with securityContext/capability drops, and debugging production symptoms with bounded Podtrace captures.
Quick Start
Ask: "How should I write a Kubernetes Deployment with correct readiness/liveness probes, secure securityContext, resource requests/limits, and a matching Service for my app?"