Kube-Node-Usage icon indicating copy to clipboard operation
Kube-Node-Usage copied to clipboard

Kubernetes Node Usage Visualizer to view Disk, Memory and CPU Usage - From Terminal

Results 5 Kube-Node-Usage issues
Sort by recently updated
recently updated
newest added

Hello, I would like to "filter by label". Sadly the usage or syntax is unclear to me. Can you perhaps provide a few examples? I can't filter on standard EKS...

We would like to see what the requests/limits are. We can see it by individually describing our nodes, but it would be really nice to integrate that into this tool....

enhancement

Can you do it for pods? Like limits request and usage for per pod in namesapce?

Hi @AKSarav! Very nice effort with the tool, I like it a lot. This PR will introduce filtering by label. I also ran fmt on the whole repo.

Is it possible to get the module name updated to be able to install with the following `go` command: ```bash go install github.com/AKSarav/Kube-Node-Usage@latest ``` Error: ``` go: github.com/AKSarav/Kube-Node-Usage@latest: module github.com/AKSarav/Kube-Node-Usage@latest...