k8s LogJedi

May the logs be with you. Your AI SRE Jedi that reads failures, writes fixes.

An AI-native Kubernetes sidekick that watches your pods, reads the logs, and turns failures into clear fixes—before they become outages.

  • README — Full project overview, quick start (Helm & Kind), config, runbook, and API
  • Requirements — User stories and acceptance criteria
  • API contract — LLM service and operator API
  • Security — Security considerations
  • Release process — Versioning and release
  • ADRs — Architecture decision records

Install

Helm:

helm install logjedi ./charts/logjedi -n logjedi --create-namespace

Kind (local):

kind create cluster --name logjedi
make docker-build
kind load docker-image logjedi-llm-service:latest --name logjedi
kind load docker-image logjedi-operator:latest --name logjedi
kubectl apply -f llm-service/deploy/
kubectl apply -f operator/config/deploy/

See the README for configuration and full steps.