kube-capacity
kube-capacity copied to clipboard
A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster
when trying to add [node age](https://github.com/robscott/kube-capacity/pull/188) I noticed that printing extra node columns was hard, also that the printers could use some docs + consistency cc @robscott
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 8. Release notes Sourced from golangci/golangci-lint-action's releases. v8.0.0 Requires golangci-lint version >= v2.1.0 What's Changed Changes feat: use absolute paths by default when using working-directory...
for node/pod ... needs more cleanup and maybe a "hide age" option but wanted to get your thoughts first before building more @robscott all kubectl commands print the `age`, so...
``` ip-172-16-114-92.us-west-2.compute.internal 21745m (34%%) 105150m (165%%) 246710Mi (99%%) 293494Mi (118%%) ``` -> ``` ip-172-16-114-92.us-west-2.compute.internal 21745m (34%) 105150m (165%) 246710Mi (99%) 293494Mi (118%) ```
# Add Node Labels to Output ## Overview This PR adds the ability to output the node labels in a similar fashion to `kubectl get nodes --show-labels`. By default, the...
Closes #92 # Add Available Resources to JSON/YAML Output ## Description Currently, when using the `-a` flag with JSON/YAML output formats, the available resources are not displayed in a clear...
Closes #116 # Add Ephemeral Storage Support ## Description This MR adds optional support for displaying ephemeral storage requests and limits in the kube-capacity CLI tool. This enhancement helps users...
Hi How to view when assume I have a deployment inside I have 3 container when my state is contract-548649b6d-vptc2 3/3 Running 0 2d14h php-fpm nginx filebeat with kube-capacity How...
I'd love to show some labels next to the capacity, for example the zones or instance types ``` kubectl --context foo resource-capacity -L topology.kubernetes.io/zone NODE CPU REQUESTS CPU LIMITS MEMORY...