Skip to content

A toolkit to apply AIOps to distributed systems

License

Notifications You must be signed in to change notification settings

Monitoring-Projects/lazy-koala

 
 

Repository files navigation

Lazy-Koala

Lazy Koala is a lightweight framework for root cause analysis in distributed systems. This provides all the tooling needed for RCA from instrumentation to storage and real-time processing of telemetry data using deep learning.

Usage

git clone https://github.com/monitoring-projects/lazy-koala
cd lazy-koala/charts
helm install lazy-koala -n lazy-koala --create-namespace .

Architecture

High Level System Diagram

Repo Structure

./charts/lazy-koala - Helm Chart
./control-plane     - Kubernetes Operator which binds all the sub-components
./documentation     - Thesis written by the author about project
./gazer             - eBPF based telemetry extraction agent
./inspector         - Simple HTTP proxy to contact kubeAPI from the UI
./scripts           - Helper Scripts
./sherlock          - Inference agent to calculate anomaly scores
./ui                - User dashboard to visualize the system

Demo

DEMO

About

A toolkit to apply AIOps to distributed systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 25.2%
  • TypeScript 24.0%
  • Python 20.3%
  • Rust 9.2%
  • C 5.1%
  • Makefile 4.9%
  • Other 11.3%