kubernetes

Diagnose Kubernetes cluster issues using read-only kubectl workflows.

39|6|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/vladkesler/initrunner --skill kubernetes-vladkesler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes
Source: https://github.com/vladkesler/initrunner/tree/main/examples/roles/kube-advisor/skills/kubernetes
Command: npx skills add https://github.com/vladkesler/initrunner --skill kubernetes-vladkesler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose and fix Kubernetes pods, services, networking, storage, and rollout failures using kubectl. Safety-first, read-only by default.

Core Features & Use Cases

  • Six-step diagnostic methodology: Preflight, Categorize, Gather, Reference, Fix, Verify.
  • Practical kubectl-guided workflows for common failure scenarios (pod crashes, network DNS issues, storage problems, rollout blocks).
  • Read-only by default with explicit confirmation required for any mutations, plus clearly documented rollback and verification steps.

Quick Start

Run a read-only Kubernetes diagnostic to identify the root cause, then request safe, explicitly-confirmed fixes before applying any changes.

Frequently Asked Questions about kubernetes

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

FAQPage Schema
How do I diagnose Kubernetes pod failures using kubectl?

To diagnose Kubernetes pod failures, use a six-step kubectl workflow: preflight, categorize, gather, reference, fix, and verify. This methodology identifies root causes for crashes while maintaining read-only safety by default before applying any fixes.

What is the safest way to troubleshoot Kubernetes cluster issues?

The safest way to troubleshoot Kubernetes cluster issues is using a read-only diagnostic methodology by default. It requires explicit confirmation before executing any mutating kubectl commands, ensuring you identify root causes and define verification steps without unintended cluster modifications.

How do I fix Kubernetes service and network DNS problems without breaking the cluster?

Fix Kubernetes service and network DNS problems by following a structured kubectl diagnostic flow that gathers data read-only first. It categorizes the network issue, references known failures, and requires explicit confirmation before applying any safe fixes or rollback steps.

Can I use kubectl workflows to diagnose node pressure and storage issues in Kubernetes?

Yes, you can use kubectl workflows to diagnose node pressure and storage issues in Kubernetes. The diagnostic methodology categorizes the resource problem, gathers cluster metrics, and references failure scenarios to pinpoint root causes before attempting any verified fixes.

What steps should I follow to troubleshoot a blocked Kubernetes rollout?

To troubleshoot a blocked Kubernetes rollout, follow a six-step diagnostic methodology: preflight checks, categorize the rollout block, gather deployment state, reference failure conditions, propose a fix, and verify the resolution using specific kubectl commands.

Does Kubernetes troubleshooting require manual confirmation before applying fixes?

Yes, Kubernetes troubleshooting requires explicit manual confirmation before applying fixes. The diagnostic workflow operates read-only by default to safely identify root causes, ensuring you review and approve any kubectl mutations, rollback procedures, and verification steps beforehand.