Skip to main content
1

Add Helm Repo

helm repo add garnet https://helm.garnet.ai
helm repo update
2

Install

helm install garnet garnet/garnet \
  --namespace security \
  --create-namespace \
  --set garnet.token=YOUR_API_TOKEN
Jibril requires kernel access to run eBPF. Ensure your nodes run Linux with kernel 5.8+.
3

Verify

kubectl get pods -n security
Agent appears at dashboard.garnet.ai within seconds.

Uninstall

helm uninstall garnet -n security