What problem does it solve?
Creating production-ready Kubernetes manifests is error-prone and time-consuming, especially when balancing controller selection, probes, resource sizing, security contexts, service routing, and safe rollouts. This Skill reduces manual mistakes and enforces best-practice defaults so teams can deliver application workloads that are observable, secure, and resilient.
Core Features & Use Cases
- Controller selection & workload patterns: guidance for Deployment, StatefulSet, DaemonSet, Job, and CronJob with examples of appropriate usage.
- Probes, lifecycle, and graceful shutdown: recommended startup, readiness, and liveness probe settings plus termination and preStop guidance to avoid disruption.
- Security, RBAC, and least privilege: service account patterns, securityContext recommendations, capability drops, and role bindings.
- Networking & service routing: Service types, Ingress patterns, cert-manager TLS automation, and DNS considerations.
- Rollouts and resilience: rollout strategies, PDBs, maxSurge/maxUnavailable tuning, resource requests/limits, and validation commands.
- Use Case: Prepare manifests and rollout instructions for a stateless API service with readiness/liveness probes, resource constraints, Service+Ingress, and PodDisruptionBudget.
Quick Start
Generate Kubernetes manifests for the orders service including Deployment, Service, ConfigMap and Secret references, readiness and liveness probes, resource requests, and a rolling update strategy.