Full agent lifecycle
CLI entry point, config validation, graceful start/stop, and event buffering ensure smooth rollouts via DaemonSets or Docker runs.
Kubernetes runtime
Our Kubernetes-native agent pairs Go orchestration with eBPF monitors for processes, network, files, and capabilities, feeding a Falco-style rule engine and enforcement layer.
CLI entry point, config validation, graceful start/stop, and event buffering ensure smooth rollouts via DaemonSets or Docker runs.
Loader abstractions stream kernel events (exec, tcp_connect, file_open, capability use) and route them to enrichment and rule pipelines.
Falco-compatible rules, Kubernetes metadata enrichment, Slack/webhook-ready alerts, and enforcement actions (block syscalls, kill pods, quarantine namespaces).
Detects shells in containers, crypto miners, and namespace escapes by correlating process + capability events to policy.
EventCollector buffers bursts, AlertManager dedupes, and metadata enrichment ties workload labels to alerts so SREs know which team owns remediation.
Enforcer hooks block syscalls via eBPF LSM, delete pods via Kubernetes API, or isolate namespaces through network policies within <500 ms.