kubernetes-manifests

Generate Kubernetes manifests for AgentStack deployments using kustomize overlays.

2|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/raphaelmansuy/k8s-agent-stack --skill kubernetes-manifests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-manifests
Source: https://github.com/raphaelmansuy/k8s-agent-stack/tree/main/archive/skills/kubernetes-manifests
Command: npx skills add https://github.com/raphaelmansuy/k8s-agent-stack --skill kubernetes-manifests

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Automates the creation of production-grade Kubernetes manifests for AgentStack deployments, ensuring consistency, best practices, and easy customization.

Core Features & Use Cases

  • Deployment templates: Standardized Deployments, Services, ConfigMaps, Secrets, and RBAC patterns.
  • Overlays & CRDs: Support for kustomize overlays and custom resources.
  • Use Case: Generate environment-specific manifests (dev/stage/prod) from a single source of truth.

Quick Start

Generate manifests using the base/templates in deployments/base and overlays accordingly.

Frequently Asked Questions about kubernetes-manifests

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

FAQPage Schema
How do I generate production-ready Kubernetes manifests for multiple environments?

Generate production-ready Kubernetes manifests using kustomize base/overlay patterns to create environment-specific configurations (dev, staging, prod) from a single source of truth. This approach ensures consistency across Deployments, Services, ConfigMaps, Secrets, and RBAC policies while maintaining deterministic naming and versioned images.

What Kubernetes resources and configurations does manifest generation support?

Manifest generation supports Deployments, Services, ConfigMaps, Secrets, RBAC, Custom Resource Definitions (CRDs), Gateways, and autoscaling resources. It includes health and readiness probes, security contexts, Prometheus metrics, TLS via cert-manager, and integration with External Secrets Operator for secure secret management.

Can I use kustomize overlays to customize Kubernetes manifests for different environments?

Yes, kustomize overlays enable environment-specific customization while maintaining a shared base template. This pattern allows you to override resource limits, replicas, image tags, and configuration values per environment without duplicating entire manifest files.

How do I ensure security best practices in generated Kubernetes manifests?

Generated manifests include security contexts, RBAC policies, TLS configuration via cert-manager, and integration with External Secrets Operator for sensitive data management. Resource requests, limits, and readiness probes enforce operational safety and prevent resource exhaustion.

Does manifest generation work with Kubernetes Gateway API and Contour?

Yes, manifest generation supports Gateway API and Contour ingress resources. These integrations enable advanced routing and traffic management patterns for production Kubernetes deployments alongside standard Service configurations.