// Kubernetes, agentically

Debug clusters by
talking to them.

An AI agent that runs read-only kubectl across every cluster — over the A2A protocol or MCP — and tells you what's actually wrong.

Apache 2.0 License Python 3.13+ Kubernetes 1.28+

Speaks your agent's language

Plug Kubently into any AI client — two open protocols, same read-only cluster access.

A2A Protocol

Full conversational agent over /a2a/

Talk to Kubently in natural language. It plans, runs kubectl, and streams findings back over SSE.

curl -X POST https://kubently.io/a2a/ \
  -H "X-API-Key: $KUBENTLY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"message/stream",
       "params":{"message":{"messageId":"1","role":"user",
       "parts":[{"text":"show crashing pods in prod-eu"}]}}}'

MCP New

Tools for any MCP client over /mcp

Connect Claude Desktop, Cursor, or your own agent. Kubently exposes list_clusters and execute_kubectl as MCP tools.

{
  "mcpServers": {
    "kubently": {
      "type": "streamable-http",
      "url": "https://kubently.io/mcp",
      "headers": { "X-API-Key": "<your-api-key>" }
    }
  }
}
Read the MCP guide →

One agent. Every cluster.

Read-only, RBAC-scoped, ~50ms round trips.

Built for real troubleshooting

Real-time debugging

~50ms command delivery over Server-Sent Events. Results stream back as they happen.

Secure by default

Read-only operations, command validation, and Kubernetes RBAC on every cluster.

AI-native

Multi-LLM support with the A2A protocol and MCP — connect any agent or provider.

Simple deployment

One API service plus lightweight executors. Deploy anywhere Kubernetes runs.

Scales horizontally

Redis pub/sub fans out commands across unlimited API pods.

Flexible integration

REST API, Node.js CLI, A2A, and MCP — meet your stack where it is.

From incident to root cause

Intelligent troubleshooting

LLM-powered analysis with systematic, step-by-step investigation.

Multi-agent systems

Full A2A implementation with tool-call interception and streaming.

Enterprise ready

OAuth/OIDC auth, TLS via cert-manager, audit logging.

Start debugging agentically

Get Kubently running in minutes — on any Kubernetes cluster.