kubernetes-specialist

Provide Kubernetes deployment, security, and troubleshooting guidance for container orchestration.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Serg28/demosite --skill kubernetes-specialist-serg28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-specialist
Source: https://github.com/Serg28/demosite/tree/main/.agents/skills/kubernetes-specialist
Command: npx skills add https://github.com/Serg28/demosite --skill kubernetes-specialist-serg28

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Kubernetes specialists help streamline the deployment, configuration, and troubleshooting of containerized applications within Kubernetes clusters.

Core Features & Use Cases

  • Deployment Management: Create and fine-tune deployments, StatefulSets, DaemonSets, and Jobs for reliable workload operation.
  • Security & Networking: Configure RBAC policies, network segmentation, and pod security standards to ensure cluster safety.
  • Troubleshooting & Optimization: Debug crash loops, resource issues, and network problems, including log analysis and performance tuning.

Quick Start

Use this skill to generate a deployment manifest example for a web application with resource requests and probes.

Frequently Asked Questions about kubernetes-specialist

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

FAQPage Schema
How do I configure RBAC policies in Kubernetes to restrict cluster access?

Configure RBAC policies in Kubernetes by defining Role and RoleBinding objects to restrict cluster access. This skill provides guidance to set up role-based security standards and ensure cluster safety compliance.

How do I debug a Kubernetes pod stuck in a CrashLoopBackOff?

Debug a Kubernetes pod in CrashLoopBackOff by analyzing container logs and checking resource requests. This skill provides diagnostic commands and troubleshooting guidance to resolve crash loops and resource issues.

What's the best way to generate a Kubernetes deployment manifest with resource requests and probes?

Generate a Kubernetes deployment manifest by defining resource requests and liveness probes. This skill creates and fine-tunes deployment objects for reliable workload operation.

How do I apply network policies in Kubernetes for pod segmentation?

Apply network policies in Kubernetes to control pod communication and achieve network segmentation. This skill provides guidance on configuring policies to ensure cluster safety and isolate workloads.

When should I use a StatefulSet instead of a Deployment in Kubernetes?

Use a StatefulSet in Kubernetes instead of a Deployment when managing stateful applications requiring stable network identities. This skill helps fine-tune workload types for reliable operation.

Does this Kubernetes troubleshooting guidance cover performance tuning and log analysis?

Yes, this Kubernetes troubleshooting guidance covers performance tuning and log analysis. It helps debug network problems and resource issues to ensure reliable cluster operation.