kubectl-view-utilization
kubectl-view-utilization copied to clipboard
kubectl plugin to show cluster CPU and Memory requests utilization
Add the ability to sort results by column name
Hello! Please, add binary for Apple Silicone platform (darwin arm64)
**Describe the bug** `kubectl view-utilization nodes` command not returning correct values for CPU Request for nodes **System details** - Operating system that client is running `Big Sur 11.4 ` -...
**Describe the bug** Kubectl plugin [naming conventions](https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/#naming-a-plugin) dictates that anything hyphen-separated is a subcommand so kubectl-view-utilization should be called like `kubectl view utilization` and not `kubectl view-utilization`. ```shell sh-4.2# kubectl...
Thank you for the nice plugin. Can it be extended with information about other resources such as ephemeral storage?
It would be nice to then be able to view the resources by pod in a given namespace. You can get that sort of view from: kubectl describe nodes |...