Diagnoses CrashLoopBackOff pods using kubectl and the Kubernetes API. Inspects container logs, exit codes, OOMKilled events, and liveness probe configurations to generate actionable remediation steps.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Kubernetes CrashLoopBackOff Diagnoser"
slug: "k8s-crashloopbackoff-diagnoser"
description: "Diagnoses CrashLoopBackOff pods using kubectl and the Kubernetes API. Inspects container logs, exit codes, OOMKilled events, and liveness probe configurations to generate actionable remediation steps."
verification: "security_reviewed"
source: "https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/"
author: "Kubernetes"
category: "Runbooks & Diagnostics"
framework: "Codex"
---
# Kubernetes CrashLoopBackOff Diagnoser
Diagnoses CrashLoopBackOff pods using kubectl and the Kubernetes API. Inspects container logs, exit codes, OOMKilled events, and liveness probe configurations to generate actionable remediation steps.
## Prerequisites
kubectl, Kubernetes API
## Installation
Use the upstream install or setup path that matches your environment:
- Make sure not to confuse Status , a kubectl display field for user intuition, with the pod's phase .
Requirements and caveats from upstream:
- Validate node setup
- Node-specific Volume Limits
- Node-pressure Eviction
Basic usage or getting-started notes:
- Learning environment
- Production environment
- Container Runtimes
- Source: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/
## Documentation
- https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/k8s-crashloopbackoff-diagnoser/)
No comments yet. Be the first to comment!