·kubernetes-troubleshooting
</>

kubernetes-troubleshooting

Systematic debugging workflows for Kubernetes issues including pod failures, resource problems, and networking. Use when debugging CrashLoopBackOff, OOMKilled, ImagePullBackOff, pod not starting, k8s issues, or any Kubernetes troubleshooting.

4Installs·0Trend·@nik-kale

Installation

$npx skills add https://github.com/nik-kale/sre-skills --skill kubernetes-troubleshooting

How to Install kubernetes-troubleshooting

Quickly install kubernetes-troubleshooting AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/nik-kale/sre-skills --skill kubernetes-troubleshooting
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: nik-kale/sre-skills.

SKILL.md

View raw

| Symptom | Likely Cause | Go To Section |

| Pending | Scheduling issue | Scheduling Issues | | CrashLoopBackOff | Application crash | CrashLoopBackOff | | ImagePullBackOff | Image/registry issue | Image Pull Issues | | OOMKilled | Memory exhaustion | OOMKilled | | Running but not Ready | Health check failing | Readiness Issues | | Error | Container error | Container Errors |

| Insufficient cpu/memory | Not enough resources | Add nodes or reduce requests | | node(s) had taints | Node taints | Add tolerations or remove taints | | no nodes available | No matching nodes | Check node selector/affinity | | persistentvolumeclaim not found | PVC missing | Create the PVC |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/nik-kale/sre-skills --skill kubernetes-troubleshooting
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from nik-kale/sre-skills

Quick answers

What is kubernetes-troubleshooting?

Systematic debugging workflows for Kubernetes issues including pod failures, resource problems, and networking. Use when debugging CrashLoopBackOff, OOMKilled, ImagePullBackOff, pod not starting, k8s issues, or any Kubernetes troubleshooting. Source: nik-kale/sre-skills.

How do I install kubernetes-troubleshooting?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/nik-kale/sre-skills --skill kubernetes-troubleshooting Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/nik-kale/sre-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25