Deploy as DaemonSet to protect your dev, staging and sandbox clusters
Add Helm Repo
helm repo add garnet https://helm.garnet.ai helm repo update
Install
helm install garnet garnet/garnet \ --namespace security \ --create-namespace \ --set garnet.token=YOUR_API_TOKEN
Verify
kubectl get pods -n security
helm uninstall garnet -n security