Awesome
KBOM - Kubernetes Bill of Materials
The Kubernetes Bill of Materials (KBOM) standard provides insight into container orchestration tools widely used across the industry.
As a first draft, we have created a rough specification which should fall in line with other Bill of Materials (BOM) standards.
The KBOM project provides an initial specification in JSON and has been constructed for extensibilty across various cloud service providers (CSPs) as well as DIY Kubernetes.
Getting Started
Installation
brew install rad-security/homebrew-kbom/kbom
or
make build
Usage
KBOM generate
generates a KBOM file for your Kubernetes cluster
kbom generate [flags]
Optional flags include:
Flags:
-f, --format string Format (json, yaml, cyclonedx-json, cyclonedx-xml) (default "json")
-h, --help help for generate
-p, --out-path string Path to write KBOM file to. Works only with --output=file (default ".")
-o, --output string Output (stdout, file) (default "stdout")
--short Short - only include metadata, nodes, images and resources counters
Schema
The high level object model can be found here.
Supported Kubernetes Versions
We have tested kbom with all versions newer than v1.19, and can confirm that it is fully compatible with each of these versions. This means that you can use our tool with confidence, knowing that it has been thoroughly tested with.
Supported Cloud Providers
We have tested our tool with all of the main cloud providers, including Azure
, AWS
, and Google Cloud
. Of course it's possible to generate kbom
file for any K8s cluster, but please have in mind that in some cases not all metadata entries will be set.
Contributing
KBOM is Apache 2.0 licensed and accepts contributions via GitHub pull requests. See the CONTRIBUTING file for details.