Skip to content

Commit

Permalink
docs: Added content to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isala404 committed May 15, 2022
1 parent a238382 commit 6de08e5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
# lazy-koala
Fault localizer for distributed systems
# 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

```sh
git clone https://github.com/MrSupiri/lazy-koala
cd charts
helm install lazy-koala --generate-name -n lazy-koala --create-namespace
```

## Architecture

![High Level System Diagram](documentation/README/high-level-system-diagram.png)

## Repo Structure

```txt
./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](documentation/README/demo.gif)
Binary file added documentation/README/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6de08e5

Please sign in to comment.