☸️

Kubernetes Pod Debugger

Verified

by Community

Assists in diagnosing and resolving common Kubernetes pod problems including CrashLoopBackOff, ImagePullBackOff, OOMKilled, pending pods, and networking issues. Provides kubectl commands and remediation steps tailored to each situation.

kubernetesk8sdebuggingpodsdevops

Kubernetes Pod Debugger

Diagnose and resolve common Kubernetes pod issues with targeted kubectl commands and remediation strategies.

Usage

Describe the pod issue you are experiencing or paste error output, and this skill will guide you through diagnosis and resolution.

Examples

  • "My pod is stuck in CrashLoopBackOff, how do I debug it?"
  • "Pod keeps getting OOMKilled, what should I check?"
  • "Service can't reach another pod in a different namespace"

Guidelines

  • Always check pod events first with kubectl describe
  • Review container logs for application-level errors
  • Verify resource requests and limits are appropriate
  • Check node capacity and scheduling constraints
  • Validate network policies and service configurations