What problem does it solve?
This Skill reduces the friction and risk of containerizing Java Spring Boot services and deploying them reliably by providing production-ready Dockerfile patterns, Kubernetes manifests, CI/CD pipeline templates, and best practices for health checks and graceful shutdown.
Core Features & Use Cases
- Multi-stage Dockerfile templates and recommended JVM container flags for predictable runtime behavior.
- Kubernetes manifests for Deployment, Service, HorizontalPodAutoscaler, ConfigMap, and NetworkPolicy alongside probe and resource sizing guidance.
- CI/CD pipeline examples for GitHub Actions and GitLab CI plus a script to scaffold Dockerfiles automatically.
- Use Case: Turn a Spring Boot repository into a non-root production image, add actuator-based liveness/readiness probes, and deploy with a tested pipeline to staging and production.
Quick Start
Generate a production-ready Dockerfile and matching Kubernetes manifests for the current Spring Boot project and scaffold a CI workflow for staging and production deploys.