1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/kube-capacity.md

18 lines
458 B
Markdown
Raw Normal View History

2019-04-04 20:43:55 +02:00
# kube-capacity
> Provide an overview of resource requests, limits, and utilization in a Kubernetes cluster.
2019-04-04 20:43:55 +02:00
> Combine the best parts of `kubectl top` and `kubectl describe` into a CLI focused on cluster resources.
> More information: <https://github.com/robscott/kube-capacity>.
2019-04-04 20:43:55 +02:00
- List nodes including the total CPU and Memory resource requests and limits:
2019-04-04 20:43:55 +02:00
`kube-capacity`
- Include pods:
`kube-capacity -p`
- Include utilization:
`kube-capacity -u`