kubernetes-specialist

Create Kubernetes Deployment manifests with replicas, resource limits, and probes.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill kubernetes-specialist-shalevamin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-specialist
Source: https://github.com/shalevamin/The-_Ultimate_agents/tree/main/.claude/skills/kubernetes-specialist
Command: npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill kubernetes-specialist-shalevamin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the deployment, management, and troubleshooting of Kubernetes workloads, ensuring efficient and secure container orchestration.

Core Features & Use Cases

  • Manifest Generation: Create declarative YAML for Deployments, Services, NetworkPolicies, and RBAC.
  • Troubleshooting: Debug pod crashes, analyze logs, and inspect resource limits.
  • Optimization: Right-size workloads and configure GitOps pipelines.
  • Use Case: Deploy a new microservice by defining its Deployment, Service, and NetworkPolicy manifests, ensuring it's secure and scalable.

Quick Start

Use the kubernetes-specialist skill to generate a Kubernetes Deployment manifest for a web application with 3 replicas, resource requests and limits, and readiness/liveness probes.

Frequently Asked Questions about kubernetes-specialist

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

FAQPage Schema
How do I generate Kubernetes manifests for a microservice with replicas, resource limits, and health probes?

Kubernetes manifests for microservices are generated declaratively by defining YAML for Deployments, Services, and NetworkPolicies, ensuring workloads specify resource requests, limits, and readiness/liveness probes for secure, scalable orchestration.

What is the best way to troubleshoot pod crashes and inspect resource limits in Kubernetes?

Troubleshooting Kubernetes pod crashes involves debugging deployments by analyzing pod logs and inspecting configured resource limits to identify workload constraints, ensuring efficient container orchestration and stable application availability.

How do I configure Kubernetes RBAC and NetworkPolicies for secure workload management?

Secure Kubernetes workload management requires declarative YAML configuration of RBAC and NetworkPolicies, restricting network access and permissions to ensure efficient and protected container orchestration across deployments.

Does Kubernetes workload management support StatefulSets, DaemonSets, and CronJobs?

Kubernetes workload management supports StatefulSets, DaemonSets, Jobs, and CronJobs, providing specialized declarative API objects to orchestrate various container deployment patterns and batch processing tasks efficiently.

How do I set up GitOps pipelines and Helm charts for Kubernetes deployments?

Setting up GitOps pipelines and Helm charts for Kubernetes deployments involves configuring declarative infrastructure definitions to automate continuous delivery, right-size workloads, and streamline workload management.

When should I use StatefulSets instead of Deployments for Kubernetes orchestration?

StatefulSets should be used instead of standard Deployments for Kubernetes workloads requiring stable, persistent network identifiers and storage, while standard Deployments suit stateless applications needing scalable, rolling updates.