1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 11:15:39 +02:00
tldr/pages/common/kube-capacity.md
2019-04-04 19:43:55 +01:00

17 lines
480 B
Markdown

# 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` and `kubectl 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`