Files
tldr/pages.zh/common/kube-capacity.md

17 lines
413 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# kube-capacity
> 提供Kubernetes集群中资源请求、限制和利用率的概述。
> 将`kubectl top`和`kubectl describe`的最佳部分结合成一个专注于集群资源的CLI。
> 更多信息:<https://github.com/robscott/kube-capacity>。
- 列出节点包括总CPU和内存资源请求和限制
`kube-capacity`
- 包括Pods
`kube-capacity -p`
- 包括利用率:
`kube-capacity -u`