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

Wazuh – Free, Open Source Security Platform for Your Workloads

Wazuh – what is it? Wazuh is a free and open source security platform that integrates XDR (Extended Detection and Response) and SIEM (Security Information and Event Management) capabilities into single pane of glass. XRD is designed to collect and automatically correlate real-time data collected from installed agents. It also enables remediation, as a response … Read more

Secure Linux NFS share with Kerberos authentication

Introduction NFS (Network File System) is a distributed file system protocol that allows users to access files and directories over a network. Kerberos is a network authentication protocol that provides secure authentication for client-server applications. FreeIPA is a centralized identity management system that provides authentication and authorization services for Linux-based systems and I will use … Read more