v0.8.0 — K8s Audit Log Correlation
Major release introducing Kubernetes API server audit log ingestion and cross-correlation with container-level eBPF events.
- New: K8s Audit Log Analysis detection — correlates API server events with runtime syscall patterns
- New: Multi-signal alert consolidation — escape attempts now combine syscall + audit events into a single alert
- Enhancement: Detection latency reduced from 40s to under 30s P99 across all detection categories
- Enhancement: Process tree context now includes K8s metadata (pod label selectors, deployment name)
- Fix: False positive reduction for Java applications that use CLONE_NEWPID in JVM sandbox