logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Kube-Capacity - Control Kubernetes Resources | Online Free DevTools by Hexmos

Control Kubernetes resources with Kube-Capacity. Monitor resource requests, limits and utilization in your Kubernetes cluster. Free online tool, no registration required.

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.

  • List nodes including the total CPU and Memory resource requests and limits:

kube-capacity

  • Include pods:

kube-capacity {{[-p|--pods]}}

  • Include utilization:

kube-capacity {{[-u|--util]}}

See Also