This gets you production-ready Kubernetes deployments with the configuration pieces you actually need: resource management, health checks, rolling updates, and RBAC setup. The reference guides cover a complete deployment spec with proper limits and requests, a deployment automation script, and service account configuration. It's opinionated about best practices like avoiding root containers and the latest tag, which is helpful if you're tired of reinventing deployment patterns. If you're moving past kubectl run commands and need deployments that won't fall over under load or during updates, this gives you a solid starting template with the guardrails already in place.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill kubernetes-deployment