Back to browse
GitHub Repository

A minimal CLI to detect potentially forgotten Kubernetes pods using an explainable suspicion score.

4 starsGo

Columbo – a CLI that finds forgotten K8s pods using a suspicion score

by kreicer·Mar 23, 2026·2 points·0 comments

AI Analysis

●●SolidSolve My ProblemBig Brain

Explainable suspicion scoring beats age-based cleanup tools like kubeclean.

Strengths
  • Nine independent signals with weighted scoring instead of simple age thresholds.
  • --explain flag shows exact scoring breakdown for each flagged pod.
  • CI-friendly exit codes enable automated cluster hygiene in pipelines.
Weaknesses
  • No auto-cleanup mode means manual intervention still required after detection.
  • Read-only design is safe but limits utility compared to action-taking tools.
Target Audience

DevOps engineers, SREs, Kubernetes cluster administrators

Similar To

kubeclean · kubectl-stern · k8s-cleaner

Post Description

Hi HN,

Clusters tend to accumulate garbage: debug pods, failed jobs, test workloads that nobody cleans up. I built Columbo, a CLI that tries to detect these by assigning a suspicion score to each pod.

Would love feedback.

Similar Projects

Infrastructure●●Solid

Multigres Kubernetes Operator

Direct pod management instead of StatefulSets enables drain-safe rolling updates.

WizardryNiche Gem
sougou
702mo ago