added kubecrew to the Apps/Ui's section#79
Open
rajithaeyee wants to merge 1 commit into
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
name: Add KubeCrew
about: a self-hosted multi-agent Kubernetes cluster analysis tool built with CrewAI
title: "KubeCrew"
labels: community
assignees: @tonykipkemboi
Project Details
Project Name:
KubeCrew
Description:
A free, open-source, self-hosted multi-agent system that analyzes Kubernetes clusters and produces actionable reports across reliability, security, cost, and performance. It features 5 specialized CrewAI agents (Reliability, Security, Cost, Performance, Synthesizer), a FastAPI backend with SSE streaming, a Vue 3 + TypeScript frontend, SQLite-backed report history, drift comparison, and a Helm chart for in-cluster deployment with a strictly read-only ClusterRole.
Repository Link:
https://github.com/rajithaeyee/kube-crew
Category:
Apps/UIs
Author:
@rajithaeyee
Impact or Use Case (Optional):
Platform and DevOps engineers often lack a quick, unified view of cluster health across multiple dimensions. KubeCrew brings CrewAI's multi-agent orchestration to Kubernetes operations — each agent specialises in one domain (reliability, security, cost, or performance), and a Synthesizer agent consolidates the findings into a single actionable report. It supports live clusters via kubeconfig or in-cluster ServiceAccount, as well as demo snapshots for zero-setup evaluation. Being fully self-hosted with no write permissions, it's safe to run against production clusters.
Additional Notes (Optional):
Supports configurable LLM providers (Anthropic, OpenAI, Gemini, Groq) via CrewAI's LLM abstraction. Built with
uvas the Python package manager. Includes 4 hand-crafted demo cluster snapshots (healthy,chaotic,security_disaster,cost_bleeding). Licensed under Apache 2.0.