I'm trying to run sysdig on my local kubernetes cluster which I'm running using minikube with kvm2 as the vm-driver. I'm new to sysdig and wanted to find the system calls run by by a pod.
The command I ran is:
sudo sysdig k8s.ns.name=default or k8s.pod.name=algorithm
The pods were running (I checked) but no system calls got trough.
I checked with with the kubectl describe command if the namespace was correct; which it is. So I'm not sure where this is going wrong. It might be that sysdig doesn't find anything because minikube is using the aforementioned VM. If that is the case, I'm not sure how to run sysdig inside it.
Thanks in advance