mirror of https://github.com/CrimsonTome/tldr.git
458 B
458 B
kube-capacity
Provide an overview of 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. More information: https://github.com/robscott/kube-capacity.
- List nodes including the total CPU and Memory resource requests and limits:
kube-capacity
- Include pods:
kube-capacity -p
- Include utilization:
kube-capacity -u