k8s-manifests

Generate and validate Kubernetes manifests and nginx configuration for multi-service projects.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/bbolek-ap/new-ai-native --skill k8s-manifests-bbolek-ap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k8s-manifests
Source: https://github.com/bbolek-ap/new-ai-native/tree/main/.claude/skills/k8s-manifests
Command: npx skills add https://github.com/bbolek-ap/new-ai-native --skill k8s-manifests-bbolek-ap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about k8s-manifests

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Kubernetes manifests for a new microservice?

Generate Kubernetes manifests for a new microservice by loading this Skill to produce standardized Deployment, Service, and migration Job templates with consistent namespace usage and config patterns. It applies per-service migration lifecycle defaults and readiness checks for reliable deployments.

What is the best way to configure nginx reverse proxy routing for Kubernetes services?

Configure nginx reverse proxy routing by generating upstream and location blocks that map service endpoints to API paths. This Skill supplies nginx configuration with safe headers and caching policies aligned with your project conventions.

How do I standardize ConfigMap and Secret patterns across multiple Kubernetes services?

Standardize ConfigMap and Secret patterns across services by enforcing a single project-scoped namespace and standard configuration patterns. This Skill ensures consistent resource patterns and namespace usage across all your microservices.

Can I automate Kubernetes migration Job lifecycle defaults for multi-service projects?

Automate Kubernetes migration Job lifecycle defaults for multi-service projects using this Skill. It enforces per-service migration lifecycle defaults and readiness checks to ensure reliable database migrations and consistent deployments.

Does this Kubernetes manifest generator support shared namespace conventions?

This Kubernetes manifest generator supports shared namespace conventions by enforcing a single project-scoped namespace across multi-service projects. It provides consistent deployment templates and routing rules aligned with your project conventions.