Skip to content
Mohsen Seyedkazemi Ardebili edited this page Aug 10, 2026 · 5 revisions

KubeIntellect Wiki

Human-governed AI SRE for Kubernetes — chat with your cluster in plain English; it diagnoses with live evidence and only acts after you approve.

This wiki is the community map. Deep, always-current reference lives in the repo docs — this wiki links you there and adds the narrative: how the project is designed, why, and how to help.

Start here

Wiki pages

Get started

Understand

Answered questions — each written against the current code, and the fastest way to judge fit

Take part

Installing right now? pip install kube-q is current (1.5.0, all subcommands) and so is pip install kubeintellect (2.2.0). Verified 2026-08-10 — see Installing KubeIntellect. If you followed the old git+https://… workaround, switch back to pip install --upgrade kube-q.

Get involved in 30 seconds

Pick whichever costs you least — all three are real contributions:

  • 🙋 Running it anywhere? Say so on #51. Even "Kind on my laptop" counts, and listed environments are the ones that get tested against.
  • 👍 Want something built? React on the items in #52. Reaction counts are the project's only prioritisation signal, and they genuinely reorder the roadmap.
  • 🛠 Want to write code? Start with a good first issue — each one names the file, the line, and the command that proves you fixed it.

What makes it different

KubeIntellect Read-only AI diagnostics (e.g. k8sgpt) Raw kubectl + dashboards
Natural-language Q&A
Correlates kubectl + Prometheus + Loki Partial Manual
Performs cluster actions ✅ (approval-gated) ✅ (unguarded)
Human-in-the-loop gate + RBAC n/a

The research behind it

KubeIntellect's original architecture is described in a peer-reviewed paper:

Seyedkazemi Ardebili, M., & Bartolini, A. (2026). KubeIntellect: A Modular LLM-Orchestrated Agent Framework for End-to-End Kubernetes Management. Journal of Grid Computing, 24(3). https://doi.org/10.1007/s10723-026-09837-6

Clone this wiki locally