kubernetes-specialist

Automate Kubernetes workload design, debugging, and operation with manifest generation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/matt-metivier/zk-hub --skill kubernetes-specialist-matt-metivier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-specialist
Source: https://github.com/matt-metivier/zk-hub/tree/main/skills/general/infrastructure/kubernetes-specialist
Command: npx skills add https://github.com/matt-metivier/zk-hub --skill kubernetes-specialist-matt-metivier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kubernetes specialists often struggle with enforcing Kubernetes deployment best practices and debugging complex cluster behavior; this Skill provides structured guidance to design, debug, and operate workloads with production-grade patterns.

Core Features & Use Cases

  • Enforce resource requests and limits for containers
  • Implement readiness and liveness probes, RBAC and security best practices
  • Recommend deployment strategies (RollingUpdate, Recreate) and PDB/HPA usage
  • Assist with Helm/Kustomize, ArgoCD, and GitOps workflows
  • Debug pod failures, scheduling issues, and rollout problems

Quick Start

Describe your Kubernetes workload and I will generate production-grade manifests following best practices.

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 with resource limits and health probes?

To generate Kubernetes manifests with resource limits and health probes, you describe your workload and the Skill outputs production-grade YAML applying resource constraints, readiness/liveness probes, and security best practices automatically.

What is the best way to debug Kubernetes pod failures and scheduling issues?

The best way to debug Kubernetes pod failures and scheduling issues is to use the Skill to analyze cluster behavior, identify rollout problems, and provide structured guidance to resolve workload operation errors.

How do I configure Kubernetes PodDisruptionBudgets and HorizontalPodAutoscalers?

Configuring Kubernetes PodDisruptionBudgets and HorizontalPodAutoscalers involves applying manifest generation patterns that enforce availability constraints and scaling rules across your deployment environments.

Can I use this Skill with ArgoCD and GitOps workflows for Kubernetes deployments?

Yes, this Skill assists with ArgoCD and GitOps workflows by guiding Kubernetes deployment strategies, managing Helm and Kustomize configurations, and ensuring manifests follow production-grade operational patterns.

When do I need Kubernetes RBAC and security best practices in my deployments?

You need Kubernetes RBAC and security best practices when designing workloads to ensure production-grade operation, enforce resource constraints, and maintain secure manifest configurations across environments.

Why are my Kubernetes rollouts failing during RollingUpdate strategy changes?

Kubernetes rollouts fail during RollingUpdate strategy changes due to misconfigured upgrade strategies, missing resource constraints, or probe failures, which the Skill helps debug and resolve through structured workload analysis.