Agent Configuration

The agent is the recorder that runs on each node or host.

Key options

OptionDescription
agent.enabledDeploy the recorder.
agent.privilegedRun with host permissions needed for eBPF.
agent.resourcesCPU and memory requests and limits.
agent.nodeSelectorLimit which nodes run kprobe.
agent.tolerationsAllow scheduling on tainted nodes.
agent.eventBufferSizeRing buffer sizing for event capture.
agent.dropPolicyBehavior when buffers are full.

Example

agent:
  enabled: true
  privileged: true
  resources:
    requests:
      cpu: 100m
      memory: 256Mi
    limits:
      cpu: 500m
      memory: 512Mi