kubernetes-devops

Generate production-ready Kubernetes YAML manifests for Deployments, Services, and ConfigMaps.

3.1k|368|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/openocta/openocta --skill kubernetes-devops-openocta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-devops
Source: https://github.com/openocta/openocta/tree/main/src/embed/skills/kubernetes-devops
Command: npx skills add https://github.com/openocta/openocta --skill kubernetes-devops-openocta

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation of Kubernetes manifests, ensuring they are production-ready, secure, and follow best practices, saving developers time and reducing configuration errors.

Core Features & Use Cases

  • Manifest Generation: Create YAML manifests for Deployments, StatefulSets, Services, Ingresses, ConfigMaps, Secrets, and PVCs.
  • Best Practices Enforcement: Incorporates security contexts, health checks, resource limits, and standard labeling.
  • Use Case: A developer needs to deploy a new microservice. This Skill can generate the necessary Deployment, Service, and ConfigMap manifests, complete with security configurations and resource requests, ready for kubectl apply.

Quick Start

Use the kubernetes-devops skill to generate a deployment manifest for a new web application using the 'nginx:latest' image.

Frequently Asked Questions about kubernetes-devops

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

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

Generate production-ready Kubernetes manifests by specifying your application image and resource requirements. The skill outputs YAML files for Deployments, Services, and ConfigMaps, automatically incorporating security contexts, health checks, and resource limits following best practices.

What is the best way to configure Kubernetes security contexts and resource limits in YAML?

Configure Kubernetes security contexts and resource limits by defining them within your Deployment or StatefulSet YAML manifests. This skill enforces best practices by automatically adding standard labels, resource requests, and security configurations to your generated manifests.

Can I create Kubernetes StatefulSets and PVCs for stateful applications using this tool?

Yes, you can create Kubernetes StatefulSets and PersistentVolumeClaims (PVCs) for stateful applications. The skill generates YAML manifests for these resource types alongside Services, Ingresses, ConfigMaps, and Secrets, ensuring proper manifest organization.

How do I add Ingress and ConfigMap resources to an existing Kubernetes deployment?

Add Ingress and ConfigMap resources to a Kubernetes deployment by generating the specific YAML manifests for these resource types. This skill provides the necessary manifest structure and validation techniques to integrate them with your existing Deployments and Services.

Does this Kubernetes manifest generator include health checks and best practice validation?

Yes, the Kubernetes manifest generator includes health checks and validation techniques. It guides you on incorporating liveness and readiness probes, security contexts, and resource management to ensure your manifests are production-ready and follow standard best practices.