2019-04-04 20:43:55 +02:00
|
|
|
# kube-capacity
|
|
|
|
|
2023-07-16 19:23:40 +02:00
|
|
|
> 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.
|
2019-06-03 02:06:36 +02:00
|
|
|
> More information: <https://github.com/robscott/kube-capacity>.
|
2019-04-04 20:43:55 +02:00
|
|
|
|
2024-01-31 00:55:19 -03: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`
|