kubernetes-specialist

Generate Kubernetes YAML manifests with resource limits and health probes.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/Design-System-ET/genexus-dev-opencode --skill kubernetes-specialist-design-system-et
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-specialist
Source: https://github.com/Design-System-ET/genexus-dev-opencode/tree/main/skills/kubernetes-specialist
Command: npx skills add https://github.com/Design-System-ET/genexus-dev-opencode --skill kubernetes-specialist-design-system-et

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the complexity of managing Kubernetes environments by providing a standardized, declarative approach to deploying workloads, configuring networking, and ensuring cluster security.

Core Features & Use Cases

  • Declarative Manifest Generation: Create production-ready YAML for Deployments, StatefulSets, and Jobs with built-in resource limits and health probes.
  • Security & Governance: Implement least-privilege RBAC, NetworkPolicies, and security contexts to harden your cluster.
  • Performance & Cost Optimization: Analyze resource usage and configure autoscaling (HPA/VPA) to right-size your infrastructure.

Quick Start

Use the kubernetes-specialist skill to generate a secure deployment manifest for a web application with resource limits and a readiness probe.

Frequently Asked Questions about kubernetes-specialist

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

FAQPage Schema
How do I create production-ready Kubernetes deployment manifests with resource limits and health probes?

You can create production-ready Kubernetes deployment manifests by using declarative YAML generation to configure Deployments, StatefulSets, and Jobs with built-in resource limits, liveness probes, and readiness probes.

What's the best way to implement least-privilege RBAC and NetworkPolicies to secure a Kubernetes cluster?

The best way to secure a Kubernetes cluster is by enforcing least-privilege RBAC policies, NetworkPolicies for network isolation, and strict security contexts to harden workloads and govern access controls.

How do I configure HPA and VPA autoscaling to right-size Kubernetes infrastructure?

Configure HPA and VPA autoscaling in Kubernetes by analyzing resource usage patterns and applying declarative YAML manifests that automatically scale workloads up or down to optimize performance and cost.

Can I use declarative YAML to manage Kubernetes storage configuration and StatefulSets?

Yes, you can use declarative YAML manifests to manage Kubernetes storage configuration and provision StatefulSets, ensuring persistent volumes are correctly attached and maintained for stateful applications.

When do I need to enforce security contexts and resource limits in Kubernetes workloads?

You need to enforce security contexts and resource limits in Kubernetes workloads when operating production environments to ensure compliance with security best practices and prevent resource exhaustion.

Does this approach support GitOps workflows for deploying K8s workloads?

Yes, generating declarative YAML manifests for K8s workloads directly supports GitOps workflows by allowing you to store infrastructure configuration as code and automate deployment through Helm and GitOps controllers.