Kubernetes AI Ops Agent
@jhzhu89
About Kubernetes AI Ops Agent
AI-powered assistant that enables natural language interactions with Kubernetes clusters. Simplifies DevOps workflows using Model Context Protocol (MCP) servers for executing K8s operations through conversational interfaces.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"kubernetes-ai-ops-agent": {
"command": "docker",
"args": [
"build",
"-t",
"<YOUR_CONTAINER_REGISTRY>/kubernetes-ai-ops-agent:<TAG>",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Kubernetes AI Ops Agent?
Kubernetes AI Ops Agent is an AI-powered assistant that helps DevOps engineers and Kubernetes administrators manage Kubernetes clusters through natural language conversations. It leverages Large Language Models (LLMs) and specialized MCP (Model Context Protocol) servers to interpret user intents and execute Kubernetes operations.
How to use Kubernetes AI Ops Agent?
Install dependencies: npm install -g @kubernetes-ai/mcp-server-kubernetes and pip install prometheus-mcp-server. Ensure your Kubernetes kubeconfig is set up, then run chainlit run src/main.py for local development. For production, build a Docker image and deploy via the provided Helm chart with your OpenAI or Azure OpenAI credentials and Prometheus URL.
Key features of Kubernetes AI Ops Agent
- AI-powered natural language interaction with Kubernetes clusters
- Tool integration for executing Kubernetes operations
- Packaged with Docker and Helm charts for easy deployment
- Web interface built with Chainlit for interactive chat
- Supports OpenAI and Azure OpenAI models (currently only OpenAI)
- Integrates Kubernetes and Prometheus MCP servers
Use cases of Kubernetes AI Ops Agent
- Query cluster state: “Show me all pods in the default namespace”
- Troubleshoot pods: “Why is my pod in CrashLoopBackOff state?”
- Retrieve monitoring metrics from Prometheus
- Automate routine Kubernetes admin tasks via conversation
FAQ from Kubernetes AI Ops Agent
What models does Kubernetes AI Ops Agent support?
Only OpenAI models are supported. You can configure either the OpenAI API directly or Azure OpenAI API.
Is Kubernetes AI Ops Agent production-ready?
No, the project is currently experimental and serves as a proof of concept. Features may change significantly.
What are the prerequisites for running Kubernetes AI Ops Agent?
You need Python 3.10+, Docker, Helm, access to a Kubernetes cluster with a valid kubeconfig, and the required MCP servers installed.
Where does session data live?
Session data is managed by Chainlit’s session storage; for local development it is stored in memory. No external database is required.
Can I run Kubernetes AI Ops Agent locally without a container?
Yes, follow the local development installation steps: clone the repo, install dependencies, configure kubeconfig, and run chainlit run src/main.py.
More Cloud & Infrastructure MCP servers
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Comments