Skip to content
Development
Skill

/kubernetes-debug

Use for Kubernetes Debugging Sessions

From plugin
sherifabdlnaby-skills
827 skills
Install
$ npx -y skills add sherifabdlnaby/skills --skill kubernetes-debug --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/kubernetes-debug

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use for Kubernetes Debugging Sessions

SKILL.md

kubernetes-debug.SKILL.md
name: kubernetes-debug
description: >
  Use for Kubernetes Debugging Sessions
license: MIT
argument-hint: "[debug <resource> | investigate <symptom>]"
metadata:
  author: sherifabdlnaby
  version: "0.1.0"

kubernetes-debug

Route first: the debugging procedure lives in a `references/` file. Open the matching one before investigating; reading it late means redoing the diagnosis.

Router

**Debugging / investigating** (why is X Pending / CrashLooping / not ready / reverted / 503ing / not scaling / not provisioning) -> [`references/debugging.md`](references/debugging.md)

Guidelines

1. Kubernetes is not synchronous system; it is a set of controllers, each reconciling its own desired state, it's common for controllers to not be aware the others exist even if they depend on it. Never read one controller's local complaint as the system's verdict, judge a converging system by a single frame, or trust a single source of evidence (events, especially). 2. Use `evict` instead of Pod Deletion for restarts.

Ships withsherifabdlnaby-skills

🍣 Hand-rolled AI Skills distilled from my everyday experience. Git & Mise (...and others).

Get the whole plugin
Stats
8
Stars
1
Forks
Active
Maintenance
Python
Language
11d ago
Last commit
3mo ago
Created

Repo: sherifabdlnaby/skills

Other skills on sherifabdlnaby-skills.