k8s

Identify and fix security and reliability issues in Kubernetes manifests.

1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Rene-Kuhm/opencode-ohmyopencode-claude-configuracion --skill k8s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k8s
Source: https://github.com/Rene-Kuhm/opencode-ohmyopencode-claude-configuracion/tree/main/skills/k8s
Command: npx skills add https://github.com/Rene-Kuhm/opencode-ohmyopencode-claude-configuracion --skill k8s

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews Kubernetes manifests to enforce security, reliability, and best-practice conventions, catching misconfigurations before deployment.

Core Features & Use Cases

  • Security checks validate runAsNonRoot, readOnlyRootFilesystem, privileged mode, container capabilities, and enforce NetworkPolicy and Secrets handling
  • Reliability checks ensure proper resource requests/limits, liveness/readiness/startup probes, PodDisruptionBudget, and affinity rules
  • Best practices promote standard labeling, explicit image tags, and safe deployment configurations for multi-environment clusters

Quick Start

Run the Kubernetes manifest reviewer on a target file to obtain guidance on security, reliability, and best practices.

Frequently Asked Questions about k8s

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

FAQPage Schema
How do I audit Kubernetes manifests for security issues before deployment?

To audit Kubernetes manifests for security, validate securityContext defaults, runAsNonRoot, readOnlyRootFilesystem, privileged mode, container capabilities, and NetworkPolicy handling to catch misconfigurations before deployment.

What Kubernetes reliability checks should I apply to my deployments and services?

Kubernetes reliability checks should validate proper resource requests and limits, liveness/readiness/startup probes, PodDisruptionBudget configurations, and affinity rules to ensure stable deployments across multi-environment clusters.

How do I enforce best practices in Kubernetes configmaps and secrets across CI/CD pipelines?

To enforce Kubernetes best practices across CI/CD pipelines, validate standard labeling, explicit image tags, safe deployment strategies, and proper Secrets handling within your manifests before applying them to multi-environment clusters.

Can I review Kubernetes ingress and network policies for security misconfigurations?

Yes, you can review Kubernetes ingress and NetworkPolicy configurations to enforce security conventions, catching misconfigurations in network isolation and traffic routing rules before deploying to your clusters.

What are common Kubernetes manifest misconfigurations that affect cluster reliability?

Common Kubernetes manifest misconfigurations affecting reliability include missing resource constraints, absent liveness or readiness probes, lacking PodDisruptionBudget rules, and improper deployment strategies that fail under cluster disruption scenarios.