rad-security / kbom

KBOM - Kubernetes Bill of Materials
Apache License 2.0
302 stars 23 forks source link

feat: Added allocatable property to nodes key #82

Closed ariguillegp closed 1 year ago

ariguillegp commented 1 year ago

Summary

Adds the allocatable resources property under the nodes key, which gives a more clear idea of the actual resource availability in the target cluster. With this information we can answer things like: what else could I schedule in these nodes or why is this node this saturated if only these tiny workloads are running there (potential attack where someone is running containers that were scheduled out of band).

Discussed here