Open source · Kubernetes debugging

Debug your cluster
in seconds

KubeRadar is a Kubernetes diagnostics CLI that sweeps your pods, detects OOMKilled, CrashLoopBackOff, ImagePullBackOff, and more. Built for developers who ship fast.

Built for the way you work

From quick sweeps to deep diagnosis, KubeRadar fits your workflow.

Sweep namespaces

Run a single command to scan all pods in a namespace for common issues.

Targeted diagnosis

Diagnose specific pods or deployments with full evidence and recommendations.

?

Self-documenting

Explain any issue ID (KR001–KR005) to get resolution guidance on demand.

CI-ready

Exit codes 0/1/2 for no issues, warnings, or critical. Integrate into pipelines.

Issue IDs you can explain

Run kuberadar explain KR003 to get resolution steps for any issue.

IDDescriptionSeverity
KR001OOMKilledCritical
KR002CrashLoopBackOffCritical
KR003ImagePullBackOffCritical
KR004UnschedulablePodWarning
KR005CreateContainerConfigErrorCritical

Install in one command

Requires Go 1.21+. Or build from source.

go install github.com/Vemula-Rohith/kuberadar/cmd/kuberadar@latest

Quick examples

Common commands to get you started.

Sweep all pods

kuberadar sweep -n my-namespace

Diagnose a specific pod

kuberadar pod my-pod -n my-namespace --diagnose

JSON output for CI

kuberadar sweep -o json

Explain an issue

kuberadar explain KR003

Stay in the loop

Get updates on new features and releases.