kubernetes-troubleshoot

Community

Diagnose Kubernetes issues, manage clusters with ease.

Authortimbuchinger
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill simplifies the complex task of troubleshooting and managing Kubernetes clusters by providing a structured approach to resource inspection, debugging, and operations. It helps you quickly understand and resolve common pod and cluster issues.

Core Features & Use Cases

  • Resource Inspection: Guides in listing and describing pods, deployments, namespaces, and nodes.
  • Pod Failure Analysis: Helps diagnose common issues like CrashLoopBackOff, ImagePullBackOff, and pending pods.
  • Tool Preference: Prioritizes efficient MCP server tools for common read operations, falling back to kubectl when necessary.
  • Use Case: Your 'web-app' pod in the 'frontend' namespace is stuck in CrashLoopBackOff. This Skill guides you through checking pod events, logs, and descriptions to identify the root cause and suggest next steps.

Quick Start

List all pods in the 'default' namespace and show their current status, then get the logs for pod 'my-app-xyz'.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: kubernetes-troubleshoot
Download link: https://github.com/timbuchinger/loadout/archive/main.zip#kubernetes-troubleshoot

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository