mirror of https://github.com/CrimsonTome/tldr.git
480 B
480 B
kube-capacity
A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster. Combine the best parts of
kubectl top
andkubectl describe
into a CLI focused on cluster resources. Homepage: https://github.com/robscott/kube-capacity.
- Output a list of nodes with the total CPU and Memory resource requests and limits:
kube-capacity
- Include pods:
kube-capacity -p
- Include utilization:
kube-capacity -u