kubectl-view-allocations 0.20.2

kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[env]
CLUSTER_NAME = "demo-kube"
DOCKER_BUILDKIT = "1"
BP_RUST_TOOLCHAIN = "1.71"
# KIND_EXPERIMENTAL_PROVIDER = "podman" # to use podman and podman-docker

[tools]
# docker (or podman + some config) should be available for some of thoses tools
# helm = '3.12'
kubectl = '1.24'
# helmfile = '0.155'
kind = '0.20'
just = '1.14'
rust = '1.82'