Skip to main content

Latest

Inspektor Gadget: Using ig on Kubernetes, without installation, thanks to kubectl debug

Inspektor Gadget can be used on Kubernetes (k8s) clusters in several ways: as a one-off debugging command for specific k8s nodes with kubectl-debug , as a long-term monitoring solution feeding into bespoke tools, logging services or industry standard tools like Prometheus , as an interactive tool across a k8s cluster using kubectl-gadget or as a golang package integrated in your application. In this blog post, we will focus on using Inspektor Gadget as a one-off debugging command with kubectl debug .

Continue reading at www.inspektor-gadget.io