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
bug #66 appears then memory request\limit specified in decimal format, so i think if we make format according typeResource everythink will be ok. But there are a few comments 1....
in some cases, memory values for a node will not include the 'Mi' suffix: ``` 10.145.197.168 42125m (75%) 148700m (265%) 221838Mi (82%) 416923Mi (154%) 10.145.197.169 45325m (80%) 121200m (216%) 62346Mi...
Hi community, With my limited permissions, I have this error ```sh kubectl resource-capacity --sort cpu.limit --util --pods Error listing Nodes: nodes is forbidden: User "320144150" cannot list resource "nodes" in...
Hi, first of all for this super useful plugin, it's exactly what I was missing for some time! In order to reduce the memory footprint of apps on my cluster...
I get this result in some cases, with 1Mi in the cpu column ``` x.x.x.x rio segment-recorder-2-579c6b8cdf-5mp8m 55980m/56000m 53000m/56000m 289375Mi/289575Mi 284455Mi/289575Mi x.x.x.x rio segment-recorder-6979fc899c-869mm 55980m/56000m 53000m/56000m 289375Mi/289575Mi 284455Mi/289575Mi x.x.x.x rio...
Hello @robscott It would be nice to be able to select only a particular column like: MEM UTIL as a filtering option. Showing all the columns sometimes make it harder...
This PR adds a dockerfile which builds kube-capacity to make it more portable. It would be great to add an automated build step and push it to a docker registry.
First of all - great tool - simple to use and powerful. We noticed that in some cases the totals that the tool rolls up at the pod level do...
What's the limiting factor for resource-capacity to be supported in Krew for Windows?
Seem currently we don't have the network related information (like Total Incoming Bandwidth / Total Outgoing Bandwidth) shown the CLI. We can add them as separate columns. Please let me...