kubernetes-manifest-gen

Generate Kubernetes Deployment and Service YAMLs with resource limits and health checks.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/CaptainPhantasy/floyd-v5 --skill kubernetes-manifest-gen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-manifest-gen
Source: https://github.com/CaptainPhantasy/floyd-v5/tree/main/extensibility/skills/deployment/kubernetes-manifest-gen
Command: npx skills add https://github.com/CaptainPhantasy/floyd-v5 --skill kubernetes-manifest-gen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of production-ready Kubernetes Deployment and Service YAMLs with standardized resource limits and health checks.

Core Features & Use Cases

  • Generate Deployment and Service manifests for microservices with configurable replicas, containers, and environment variables.
  • Enforce best practices: resource requests/limits, liveness/readiness probes, and labels for observability.
  • Use Case: When deploying a new microservice, generate ready-to-use manifests that integrate with CI/CD pipelines.

Quick Start

Provide a ready-to-use Kubernetes Deployment and Service manifest for a given app name, container image, and replica count.

Frequently Asked Questions about kubernetes-manifest-gen

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

FAQPage Schema
How do I generate Kubernetes Deployment and Service YAMLs for microservices?

Generate Kubernetes Deployment and Service YAMLs by specifying your app name, container image, and replica count. This produces production-ready manifests with configurable environment variables, standard metadata structure, and labels for observability.

What best practices should be enforced when creating Kubernetes manifests for production?

Production Kubernetes manifests should enforce resource requests and limits, liveness and readiness probes, and standard labels. This ensures microservice stability and observability when deploying across cloud environments and CI/CD pipelines.

Can I use generated Kubernetes manifests directly in my CI/CD deployment pipelines?

Yes, you can use generated Kubernetes manifests directly in CI/CD deployment pipelines. They provide consistent, ready-to-use YAMLs for microservices that integrate seamlessly into automated cloud deployment workflows.

What is the best way to automate standardizing resource limits and health checks in Kubernetes manifests?

Automate standardizing Kubernetes manifests by generating YAMLs that enforce resource limits and health checks natively. This enforces consistent liveness and readiness probes across microservices without requiring manual YAML editing.

Do I need to manually configure liveness and readiness probes when deploying microservices to Kubernetes?

No, you do not need to manually configure liveness and readiness probes. Automated manifest generation enforces these health checks alongside resource limits and labels, ensuring production-ready microservice deployments.