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

K9s – UI tool to Manage Kubernetes Clusters In Style!

Introduction K9s provides a terminal UI to interact with your Kubernetes clusters and all resources that are running on top of it. It simplify and increase both navigation and observability for your applications to control and manage all of them in single pane of glass. K9s continually watches Kubernetes for changes and offers subsequent commands … Read more