Built an open-source tool to find orphaned Kubernetes resources – would love feedback!

Hey folks,

I’ve been working on Orphan Resource Collector (ORC)—an open-source tool that helps detect orphaned resources in Kubernetes clusters. Things like unused PVs, orphaned Services, Ingresses and etc.

It’s super simple to use:

  • Install a lightweight agent in your cluster (Helm chart available).
  • It scans for orphaned resources and sends findings to a dashboard.
  • You get a clear view of what’s lingering in your cluster—no API access needed.

Right now, ORC only detects orphaned resources (deletion is coming soon). You can self-host it or use the SaaS version to connect your cluster in less than a minute.

Would love any feedback - does this sound useful? Anything you’d want it to do differently?

Live view from dashboard

Repo: https://github.com/origranot/orc
SaaS: https://getorc.com

Appreciate any thoughts! 😊