NOFire AI Edge is the Kubernetes agent that builds a causal graph, a real-time map of your infrastructure, services, dependencies, and how they affect each other.This causal graph is the foundation of NOFire AI’s intelligence. It’s what enables causal root cause analysis, proactive deployment risk assessment, and automatic dependency discovery.
NOFire AI Edge is a lightweight, read-only Kubernetes agent that:
Monitors your Kubernetes clusters - Observes pods, services, deployments, configmaps, and other resources across your configured namespaces
Discovers service relationships - Identifies how services depend on each other through actual network connections and Kubernetes metadata
Tracks changes over time - Records infrastructure changes, deployments, scaling events, and configuration updates
Builds the causal graph - Constructs a real-time map of cause-and-effect relationships in your infrastructure
Streams to NOFire AI - Securely sends graph updates to NOFire AI’s backend over encrypted channels
This causal graph powers both reactive capabilities (incident RCA) and proactive capabilities (deployment risk assessment).The Edge Agent runs as a Deployment in your cluster. It consumes data from the Kubernetes API and CoreDNS (via DNSTap, more on this later) to build a real-time graph of your infrastructure.