Skip to main content
Back to registry

k8s-manifest-generator

wshobson/agents

Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims.

Installs2
Install command
npx skills add https://github.com/wshobson/agents --skill k8s-manifest-generator
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims. This skill provides comprehensive guidance for generating well-structured, secure, and production-ready Kubernetes manifests following cloud-native best practices and Kubernetes conventions. Use this skill when you need to: Understand the workload: Questions to ask: Follow this structure: Best practices to apply: Reference: See references/deployment-spec.md for detailed deployment options Choose the appropriate Service type: ClusterIP (internal only): LoadBalancer (external access): Reference: See references/service-spec.md for service types and networking For application configuration: Best practices: Reference: See assets/configmap-template.yaml for examples For sensitive data: Security considerations: For stateful applications: Mount in Deployment: Storage considerations: Add security context to Deployment: Security checklist: Standard labels (recommended): Useful annotations: File organization options: Option 1: Single file with --- separator Option 2: Separate files Option 3: Kustomize structure Validation steps: Testing checklist: Use case: Standard web API or microservice Components needed: Reference: See assets/deployment-template.yaml Use case: Database or persistent storage application Components needed: Use case:...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does k8s-manifest-generator do?

Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims.

Is k8s-manifest-generator good?

k8s-manifest-generator does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does k8s-manifest-generator work with?

k8s-manifest-generator currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to k8s-manifest-generator?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install k8s-manifest-generator?

npx skills add https://github.com/wshobson/agents --skill k8s-manifest-generator

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering