OpenRCA attempts to facilitate root cause inference of issues emerging in Kubernetes clusters. By constructing a real-time cluster topology graph enriched with telemetry data obtained from integrated telemetry sources (Prometheus, Elasticsearch, Falco, Istio, and others), provides operators with a powerful analytical toolkit for dealing with daily application failures, bottlenecks, and misconfigurations. Moreover, it comes with algorithms that leverage the collected graph data to pinpoint sources of complex cluster defects.
Install using Helm chart:
$ helm install ./helm/orca --namespace rca --name orca
Use a 2.x version of Helm. Helm 3 is not supported.
Port-forward the dashboard for access via the web browser:
$ kubectl -n rca port-forward svc/orca-ui 8080
The dashboard should be available at http://localhost:8080.
Reach project contributors via these channels: