What problem does it solve?
This Skill standardizes the creation and modification of Kubernetes manifests (Deployment, Service, and migration Job) and nginx configuration, ensuring consistent namespace usage, resource patterns, and routing rules across services.
Core Features & Use Cases
- Namespace and Config Strategy: enforce a single project-scoped namespace and standard ConfigMap/Secret patterns.
- Deployment & Migration Patterns: provide templates for Deployments and Services under k8s/services/ and migration Job lifecycle defaults for reliable migrations.
- NGINX Reverse Proxy Rules: supply nginx upstream and location blocks that map service endpoints to API paths with safe headers and caching policies.
- Use Case: when adding a new microservice, generate the complete k8s manifests and nginx config aligned with the project conventions, then apply through your Execution Planner.
Quick Start
Load this skill to generate standardized Kubernetes manifests and nginx routing for a new service.