yonahd/kor
A Golang Tool to discover unused Kubernetes Resources observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 95
- Release rhythm 80
- Longevity 82
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 10
- age_days: 1155
- days_rel: 133
- days_push: 31
- n_releases_24m: 30
Adoption not part of the score
1814 stars · 151 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Kor is a Go CLI tool that discovers unused (orphaned) Kubernetes resources such as ConfigMaps, Secrets, Services, Roles, PVCs, and many more. It can run as a kubectl plugin, Docker container, Helm cronjob, or deployment exposing Prometheus metrics.
Use cases
- find unused configmaps and secrets in my kubernetes cluster
- identify orphaned kubernetes resources to reduce costs
- detect unused service accounts and roles in k8s
- clean up stale deployments and statefulsets
- run periodic scans for unused kubernetes resources via cronjob
- export prometheus metrics for unused kubernetes resources
When to choose
- you want to audit and clean up unused Kubernetes resources across many resource types
- you need scheduled scans with Slack notifications or Prometheus metrics
- you prefer a kubectl plugin or single Go binary with no cluster-side agents
When to avoid
- you need multi-cluster cost analysis dashboards (consider the commercial KorPro or other tools)
- you need automatic deletion with policy enforcement rather than discovery
- you are not running Kubernetes
Facets
cli-tool · maturity active
developer-tools monitoring infrastructure-as-code cloud-computing infrastructure-as-code cli cross-platform go kubernetes resource-cleanup orphaned-resources cost-optimization kubectl-plugin helm-chart devops containers docker
1 source
- readme: https://github.com/yonahd/kor · fetched 2026-08-28 · 9cb5fbd0a128
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yonahd/kor | main | 87 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem