Count Custom Resources
count_custom_resourcesCount custom resource instances across all CRDs in a Kubernetes cluster. Identify operator bloat by finding abandoned resources and view the top N most numerous CRDs.
Instructions
Cluster-wide CR census: count instances of every CRD. Catches operator bloat — thousands of abandoned CronJobs, sprawling VirtualServices, stale ApplicationSets. Returns top N by count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | Optional API group filter | |
| top_n | No | Show top N CRDs by count (default 50) | |
| min_count | No | Hide CRDs with fewer than N instances (default 0) |