kor

Discover unused Kubernetes resources in your clusters

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool to discover unused Kubernetes resources

Commands

kor

Examples

Scan all namespaces for unused resources$ kor all --kubeconfig ~/.kube/config
Find unused PVCs in a specific namespace$ kor pvc --namespace production
Scan for unused deployments and output as JSON$ kor deployment --namespace default --output json