Kube Whisperer
БесплатноНе проверенAutonomous AI agent for Kubernetes triage and infrastructure management using natural language.
Описание
Autonomous AI agent for Kubernetes triage and infrastructure management using natural language.
README
Autonomous AI Agent for Kubernetes Triage & Infrastructure Management
Kube-Whisperer is an experimental, fully autonomous AI agent built on the Model Context Protocol (MCP). It bridges the gap between Large Language Models and your Kubernetes clusters, allowing you to manage, debug, scale, and provision your infrastructure entirely through natural language conversations.
📖 Table of Contents
- What is Kube-Whisperer?
- Architecture Overview
- Features & Capabilities
- Prerequisites
- Installation & Setup
- Usage Guide
- Project Structure
🤖 What is Kube-Whisperer?

Managing Kubernetes can be complex and verbose. When a pod crashes, DevOps engineers typically run a series of commands (kubectl get pods, kubectl describe, kubectl logs) to triage the issue.
Kube-Whisperer automates this. Powered by a locally running LLM (e.g., Llama 3.1) and standard Kubernetes Python clients, Kube-Whisperer acts as a highly intelligent operator inside your cluster. You can ask it to "find out why my apps are crashing" or "spin up a new namespace and deploy this YAML file," and it will autonomously select the right tools, execute the API calls, and report back to you in plain English.
🏗️ Architecture Overview

The project is built around the Model Context Protocol (MCP), which provides a standardized way for AI models to interact with external tools and data sources.
- MCP Server (
server.py): A Python-based server that securely interfaces with yourkubeconfigand the Kubernetes API. It exposes a strict set of predefined "tools" (e.g.,list_pods,deploy_yaml) and handles argument validation to prevent rogue commands. - AI Agent CLI (
agent_cli.py): The conversational interface. It connects to the MCP Server overstdio, fetches the available tools, translates them into a schema that the LLM understands, and orchestrates the chat loop. The Agent evaluates your requests, decides which tools to call, and parses the JSON results back into natural language.
✨ Features & Capabilities
The agent is currently equipped with 13 core infrastructure tools:
🔍 Intelligent Triage
list_pods: Lists all pods in a namespace alongside their current lifecycle phase.get_pod_status: Deep dives into a specific pod, retrieving restart counts and failure conditions.get_pod_logs: Streams the tail logs from a failing container to diagnose application-level errors.
⚡ Self-Healing & Management
delete_pod: Forcefully restarts stuck pods by deleting them.list_deployments: Views deployment rollout status and replica health.scale_deployment: Dynamically scales replica sets up or down based on your instructions.restart_deployment: Triggers a zero-downtime rolling restart for a deployment.delete_deployment: Tears down deployments.list_services: Inspects cluster networking and exposed NodePorts/LoadBalancers.
🏗️ Infrastructure as Conversation
list_namespaces: Maps out the entire cluster's namespace landscape.create_namespace: Provisions new logical boundaries on the fly.deploy_yaml: Dynamically reads local YAML files and deploys them to a target namespace.create_cluster: Interacts with the host OS to spin up brand new local Kubernetes clusters using engines likeminikubeorkind!
📋 Prerequisites
Before running Kube-Whisperer, ensure you have the following installed:
- Python 3.10+
- Kubernetes Cluster: A local cluster (MicroK8s, Minikube, or Kind) or a remote cluster.
- Kubeconfig: Your
~/.kube/configmust be properly configured and authenticated with your target cluster. - Ollama / LLM Provider: An LLM endpoint compatible with the OpenAI spec (the CLI defaults to looking for a local instance).
🚀 Installation & Setup
Clone the Repository Navigate to your workspace and ensure you are in the
kube_whispererdirectory.Set up the Virtual Environment
python3 -m venv .venv source .venv/bin/activateInstall Dependencies Install the required packages from the
requirements.txtfile into your virtual environment:pip install -r requirements.txt
💬 Usage Guide
To start chatting with your cluster, simply run the Agent CLI:
.venv/bin/python agent_cli.py
Upon startup, the agent will initialize the connection to the MCP server, load the available tools, and present a Main Menu of its capabilities.
Example Interactions
Example 1: Triaging a Crash
You: "Are there any pods crashing in the broken-apps namespace?" Agent: (Calls
list_pods-> Callsget_pod_status-> Callsget_pod_logs) "I found a pod in CrashLoopBackOff. The logs indicate it ran out of memory. Would you like me to restart the deployment?"
Example 2: Deploying Infrastructure
You: "Deploy the kube-whisperer-web.yaml file into the nginx-webserver namespace." Agent: (Calls
deploy_yamlpassing the dynamic namespace) "I have successfully deployed the resources into the nginx-webserver namespace!"
Example 3: Cluster Management
You: "Spin up a new minikube cluster named testing-env." Agent: (Calls
create_cluster) "I've started the minikube provisioning process. The testing-env cluster is now coming online."
📁 Project Structure
agent_cli.py: The conversational AI frontend and reasoning loop.server.py: The MCP backend that interacts directly with the Kubernetes API.test_mcp.py: A utility script for testing MCP tool calls directly without the LLM.kube-whisperer-web.yaml: A sample enterprise-grade landing page configured as a Kubernetes ConfigMap and NGINX Deployment.oom-deployment.yaml: A sample crashing deployment used for testing the agent's triage capabilities.
Built with ❤️ and MCP.
Установка Kube Whisperer
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/vijaypranesh/kube_whispererFAQ
Kube Whisperer MCP бесплатный?
Да, Kube Whisperer MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Kube Whisperer?
Нет, Kube Whisperer работает без API-ключей и переменных окружения.
Kube Whisperer — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Kube Whisperer в Claude Desktop, Claude Code или Cursor?
Открой Kube Whisperer на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Kube Whisperer with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
