See Tetragon Runtime Hooks, for an introduction to the topic. Install Tetragon with Runtime Hooks We use minikube as the example platform because it supports both cri-o and containerd, but the same steps can be applied to other platforms. Setup Helm helm repo add cilium https://helm.cilium.io helm repo update Setup cluster minikube with CRI-O minikube with Containerd kind (with Containerd) minikube start --driver=kvm2 --container-runtime=cri-o minikube start --driver=kvm2 --container-runtime=...