commands.sh

kube-capacity

all

Provide an overview of resource requests, limits, and utilization in a Kubernetes cluster. Combine the best parts of `kubectl top` and `kubectl describe` into a CLI focused on cluster resources.

More info →

Options (2)

-p, --podsboolean

Include pods

Example: kube-capacity {{[-p|--pods]}}
-u, --utilboolean

Include utilization

Example: kube-capacity {{[-u|--util]}}

Examples (3)

List nodes including the total CPU and Memory resource requests and limits

Include pods

kube-capacity [-p|--pods]

Include utilization

kube-capacity [-u|--util]
made by @shridhargupta | data from tldr-pages