Skip to main content

Latest

Transform Your Kubernetes CLI Experience: Writing K9s Plugins by Leveraging Inspektor Gadget

Qasim Sarfraz
· 5 min read

K9s is a robust terminal-based user interface designed to facilitate interaction with Kubernetes clusters. It enhances the Kubernetes CLI experience by offering various methods to efficiently manage and interact with applications. Additionally, K9s supports the creation of custom plugins, for advanced functionality to make the most out of your Kubernetes CLI experience. This blog post will explore how we can take existing eBPF powered Inspektor Gadget gadgets off the shelf, and transform them into powerful K9s plugins to enhance the observability of your Kubernetes clusters while using the K9s TUI.

Read more ->