-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
 | ||
|
||
## 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 | ||
|
||
 |
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.