Deploy the TrustPort eBPF agent as a Kubernetes DaemonSet to monitor socket latencies, container resource metrics, and service-to-service calls across all pods without adding code dependencies to application images.
helm repo add trustport https://charts.trustportidentity.com && helm repo updateagent:
ingestUrl: "https://uk1-ingest.trustportidentity.com"
apiKey: "tp_live_9f8a3c4e12"
clusterName: "production-london-uk1"
eBPF:
enabled: true
socketTracing: true
containerMetrics: true
probeHttp2: true
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 20m
memory: 64Mi
tolerations:
- operator: Exists # Run on master and worker nodeshelm install beacon-agent trustport/beacon-agent -f values.yaml -n beacon-system --create-namespaceOur DevOps architects can provide custom manifest templates.