One Helm chart. Zero code changes. Works alongside any CNI.
Single Helm chart. Deploys the DaemonSet (eBPF probes on every node) and the aggregator.
helm repo add aacyn https://charts.aacyn.com helm install aacyn aacyn/aacyn --namespace aacyn --create-namespace
All pods should be Running within 30 seconds. The aggregator log shows discovered services.
kubectl get pods -n aacyn kubectl logs -n aacyn deployment/aacyn-aggregator
Golden signals, topology graph, and SLO status — all from eBPF, zero instrumentation.
kubectl port-forward -n aacyn svc/aacyn 3000:3000 open http://localhost:3000
Service dependency map from kernel-level TCP instrumentation.
Rate, errors, latency per service — no code changes.
Error budgets and burn rate alerts out of the box.
eBPF-generated spans with W3C traceparent propagation.
Bridge to your existing OpenTelemetry collector.
Query aacyn data alongside your existing Grafana dashboards.
Full documentation on GitHub.