System Grab Bag

View all TLDR pages from common (or from all pages)

kube-capacity

Provide an overview of 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. More information: 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.