Seeing Kubernetes nodes’ resource consumption in your terminal has become much easier with this new project.
kubectl node-resource is a kubectl plugin that shows resource allocation and their actual utilisation for your Kubernetes nodes. This tool offers:
- A simple list view and a summary view. The latter features histograms and distribution buckets for both resource allocation and utilisation;
- Displaying specific resources only and free resources, as well as sorting nodes by resource usage;
- Structured JSON output to integrate this data with other tools;
- Optimised API server querying to ensure support for large K8s clusters.
Language: Go | License: Apache 2.0 | 77 ⭐️
▶️ GitHub repo
#tools #cli
Post #228
1.04K

- 👍 11