# robscott/kube-capacity

A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster

Repository: https://github.com/robscott/kube-capacity
Canonical: https://ross.abutalabs.com/products/kube-capacity
Language: Go
License: Apache-2.0
License Family: permissive
Topics: kubernetes, utilization, resource-management
Last push: 2025-11-21T01:07:32+00:00

## Health v2 (maintenance only)
Score: 47/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 53, release rhythm 8, longevity 100
- inputs: {"age_days": 2769, "days_push": 286, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2664, forks 133 (observed 2026-08-28T04:07:08.974799+00:00)

## What it is
kube-capacity is a Go CLI that provides an overview of CPU and memory resource requests, limits, and utilization across a Kubernetes cluster. It combines the best parts of kubectl top and kubectl describe output into a single, easy-to-read resource report.

## Use cases
- check cpu and memory utilization across a kubernetes cluster
- see resource requests and limits per node
- find which pods are consuming the most resources
- plan cluster capacity before scaling
- compare requested vs actual resource usage in kubernetes
- audit namespace resource allocation

## When to choose
- you want a quick cluster-wide resource overview without running multiple kubectl commands
- you need pod-level or node-level breakdowns of requests, limits, and utilization
- you want a kubectl plugin installable via krew

## When to avoid
- you need full monitoring, alerting, or historical metrics - use Prometheus instead
- you need GPU or custom resource tracking
- you are not working with Kubernetes

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, monitoring, developer-tools
- domain: monitoring
- platform: cli, go, cross-platform
- tags: kubernetes, resource-management, kubectl, capacity-planning, resource-utilization, devops, containers, command-line

## Member repositories
- robscott/kube-capacity (main) score 47

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:08.974799+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:18:19.263411+00:00, confidence not recorded.
  - readme: https://github.com/robscott/kube-capacity (fetched 2026-08-28T04:07:08.974799+00:00, sha 3a4bfc997675)
- Data as of 2026-08-30T08:39:29.467469+00:00.
