Kubernetes Pod Crash Handler

Diagnose Kubernetes pod crashes using kubectl diagnostics and recovery steps.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/sarimofficial/HackathonlPhase-IV-AI-Powered-Kubernetes-Deployment-Minikube-Helm-kubectl-ai-Kagent-Gordon --skill kubernetes-pod-crash-handler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Kubernetes Pod Crash Handler
Source: https://github.com/sarimofficial/HackathonlPhase-IV-AI-Powered-Kubernetes-Deployment-Minikube-Helm-kubectl-ai-Kagent-Gordon/tree/main/.claude/skills/k8s-pod-crash-handler
Command: npx skills add https://github.com/sarimofficial/HackathonlPhase-IV-AI-Powered-Kubernetes-Deployment-Minikube-Helm-kubectl-ai-Kagent-Gordon --skill kubernetes-pod-crash-handler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kubernetes Pod Crash Handler helps SREs and developers quickly diagnose and resolve pod crash issues in Kubernetes clusters used in Phase IV/V environments.

Core Features & Use Cases

  • Diagnostic guidance for common crash states (CrashLoopBackOff, ImagePullBackOff, OOMKilled)
  • Kubectl-based troubleshooting commands (get pods, describe pod, logs, events)
  • Quick recovery recommendations and sample configs for ConfigMaps/Secrets and resource limits
  • Use Case: When a pod crashes in production, run diagnostics to identify root cause and implement fixes to restore service.

Quick Start

Ensure kubectl is configured and you have access to the target namespace. Then run the diagnostic commands from the "Diagnostic Commands" section to identify root cause, apply recommended fixes (config updates, resource adjustments, or image updates), and monitor the rollout until the pod reaches a Ready state.

Frequently Asked Questions about Kubernetes Pod Crash Handler

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

FAQPage Schema
How do I diagnose a Kubernetes pod in CrashLoopBackOff state?

Diagnose a pod CrashLoopBackOff by running kubectl commands like get pods, describe pod, and logs to inspect events and identify the root cause. This Skill guides you through configuration checks and recovery steps to resolve the crash.

Why does my Kubernetes deployment fail with ImagePullBackOff?

An ImagePullBackOff error means Kubernetes cannot retrieve the specified container image. This Skill helps you run kubectl diagnostics to check image names, registry credentials, and configuration to resolve the deployment failure.

What is the best way to troubleshoot OOMKilled pods in Kubernetes?

Troubleshoot OOMKilled pods by inspecting resource limits and usage with kubectl describe. This Skill provides diagnostic guidance and quick recovery recommendations to adjust memory limits and restore the service.

Do I need specific kubectl permissions to troubleshoot pod crashes?

Yes, you need kubectl access to the cluster with sufficient permissions to view pods, describe resources, and read logs. This access allows you to run the diagnostic commands required to identify and fix pod crash issues.

Can I get sample configurations to fix Kubernetes deployment issues?

Yes, this Skill provides quick recovery recommendations and sample configurations for ConfigMaps, Secrets, and resource limits. These samples help you apply fixes for common deployment failures and monitor the rollout until pods reach a Ready state.