Skip to main content
Version: latest

Requirements

Kernel

Kernel requirements are largely determined by the specific eBPF functionality a Gadget makes use of. The eBPF functionality available to Gadgets depend on the version and configuration of the kernel running running in the node/machine where the Gadget is being loaded. Gadgets developed by the Inspektor Gadget project require at least Linux 5.10 with BTF enabled.

Kubernetes Platform

Kubernetes platformsSupport
Minikube✔️
AKS, EKS, GKS✔️
AWS Fargate, Azure Containers instances, GKE Autopilot❌ (see #1320)
OpenShift✔️
Talos✔️

Container Runtime

OrchestratorContainer managerContainer runtimeSupport
dockercontainerdrunc✔️
nerdctlcontainerdrunc✔️
Kubernetescontainerdrunc✔️
Kubernetescontainerdwasm❌ (see #1899)
Kubernetescontainerdkatacontainers
KubernetesCRI-Orunc / crunKubernetes v1.20+ (see below)
Podman (root)podmanrunc / crun✔️
Podman (rootless)podmanrunc / crunOnly with Podman API enabled (see below)

CRI-O

We only support CRI v1 meaning that only CRI-O v1.20+ (compatible with Kubernetes v1.20+) is supported.

Podman (rootless)

We use Podman API to trace containers. In case we want trace rootless containers, we need to ensure that the Podman API is available via socket as:

$ systemctl start --user podman.socket
# use rootless Podman API socket i.e /run/user/USERID#/podman/podman.sock
$ sudo ig -r podman --podman-socketpath /run/user/$UID/podman/podman.sock list-containers
$ sudo ig -r podman --podman-socketpath /run/user/$UID/podman/podman.sock snapshot process