KubeIntellect icon
KubeIntellect icon

KubeIntellect

An AI SRE for Kubernetes: connects to your cluster, investigates with real tools, explains the root cause in plain English, and executes the fix only after you approve it.

Root cause analysis in the kq terminal client: KubeIntellect plans the investigation, queries pods and logs, and explains why the deployment is crashlooping.

Cost / License

Platforms

  • Linux
  • Mac
  • Windows
  • Self-Hosted
  • Docker
  • Kubernetes
  • Python
0likes
0comments
0articles

KubeIntellect News & Activities

Highlights All activities

Recent activities

KubeIntellect information

  • Developed by

    MSKazemi
  • Licensing

    Open Source (AGPL-3.0) and Free product.
  • Written in

  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

AI Tools & ServicesDevelopmentNetwork & AdminOS & Utilities

GitHub repository

  •  7 Stars
  •  7 Forks
  •  33 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
KubeIntellect was added to AlternativeTo by Mohsen Seyedkazemi Ardebili on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is KubeIntellect?

KubeIntellect is an open-source, LLM-orchestrated multi-agent framework for Kubernetes operations. You ask a question in plain English - for example "why is my api-server pod crashlooping?" - and it fans out to specialized agents that query kubectl, Prometheus (PromQL) and Loki (LogQL) against the live cluster, correlates the evidence, and answers with a root cause instead of a wall of logs.

It does not stop at read-only diagnosis. KubeIntellect can also change the cluster - scale, restart, delete - but never silently. Every mutating operation pauses and shows the exact kubectl command it proposes to run, and nothing executes until a human approves it. Access is gated by role-based access control with admin, operator and readonly roles, so a read-only user can investigate an incident without any ability to act on it.

Main capabilities:

  • Natural-language root cause analysis correlating cluster state, metrics and logs
  • A coordinator that delegates to dedicated pod, metrics, logs and events subagents
  • A human-in-the-loop approval gate on every destructive action, backed by RBAC
  • A terminal client (kq) plus a self-hostable HTTP API server
  • Works against the observability stack you already run instead of replacing it
  • An optional flight recorder that hash-chains each session so it can be replayed and verified

It is aimed at platform engineers, DevOps engineers, SREs and Kubernetes operators who want conversational troubleshooting with a hard safety gate on anything that changes the cluster.

Install paths include a pip-installable CLI, a pip-installable server, a Docker image and an in-cluster deployment, and there is a hosted read-only demo you can try in the browser. It requires Python 3.12 or newer and an OpenAI or Azure OpenAI API key.

KubeIntellect is released under the AGPL-3.0 license, and its architecture is peer-reviewed and published in the Journal of Grid Computing.

Official Links