TL; DR: Inspektor Gadget is now available as an addon in Minikube . When creating a tool for Kubernetes, it’s crucial to be able to test it with various cluster configurations. In the case of Inspektor Gadget, we wanted to: Run it against a cluster of multiple Kubernetes nodes . Test it against different container runtimes . (docker, containerd and cri-o). Validate our changes locally without pushing the image to a container registry.

Continue reading »

Related Articles