What problem does it solve? Shipping web applications to production involves risky decisions about rollout strategy, health monitoring, environment configuration, and rollback planning, and mistakes cause downtime or failed releases. ## Core Features & Use Cases - Deployment Strategies: Compare rolling, blue-green, and canary deployments with traffic diagrams, trade-offs, and guidance on when to use each. - Health Checks & Kubernetes Probes: Implement simple and detailed health endpoints plus liveness, readiness, and startup probe configurations. - Environment Configuration: Apply twelve-factor config patterns with Zod-based startup validation that fails fast on misconfiguration. - Use Case: Before releasing a Node.js API, use this Skill to pick a canary rollout plan, add a /health endpoint with database and Redis checks, validate environment variables at startup, and complete the production readiness checklist. ## Quick Start Ask the assistant to design a deployment plan with health checks and a rollback strategy for your web application before its next production release.