KBOM – Generate Kubernetes Bill of Materials for Your Cluster Security

Introduction If you’re running Kubernetes clusters in production, you probably already know about Software Bill of Materials (SBOM) for your applications. But what about the Kubernetes cluster itself? All those control plane components, node binaries, third-party plugins, CRDs, service meshes, and whatnot. Who keeps track of those? That’s where KBOM comes in. The Kubernetes Bill … Read more

Open-source Security Tools for Containers and Kubernetes

Introduction As containerized environments and Kubernetes orchestration gain popularity, so do concerns around security. Containers bring a unique set of challenges in security that differ from traditional monolithic infrastructure, especially given the distributed, ephemeral nature of these environments. In this article, we’ll dive into container security basics, a threat model, and introduce a selection of … Read more