mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:55:46 +02:00
kube-capacity: add page (#2864)
This commit is contained in:
parent
55edb28bab
commit
f9064de1eb
1 changed files with 17 additions and 0 deletions
17
pages/common/kube-capacity.md
Normal file
17
pages/common/kube-capacity.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue