mcpservers

For non-developers

What can Claude do with Kubernetes?

Kubernetes is the system many companies use to run software in production. It groups applications into 'pods,' spreads them across machines, and restarts them if they crash. It's powerful, but it has a steep learning curve — the daily work means typing long kubectl commands and squinting at YAML files. This server lets your AI assistant do that work for you. Ask 'why is the checkout service crashing,' and Claude lists the broken pods, pulls the recent logs, and tells you what looks wrong. Ask 'scale the API up to five replicas because traffic is spiking,' and it makes the change. It can list services, inspect deployments, follow logs, and check the health of anything running in your cluster. For a developer who only occasionally touches Kubernetes, this turns a stressful tool into a conversation. For a team on call, it's a faster way to triage. The trade-off: actions are real and immediate. Use a kubeconfig pointed at a staging or development cluster while you're getting comfortable, and review what the AI is about to run before you approve it for production.

★ Hand-picked walkthrough

Connect your AI agent to Kubernetes — MCP demo

Things you can ask Claude

Pod Debugging

Investigate why a pod is failing by pulling logs and events.

Say to Claude

The api pod in namespace prod is crash-looping — get the last 100 lines of logs and describe why

Deployment Scaling

Scale deployments up or down during traffic spikes or low-usage windows.

Say to Claude

Scale the checkout deployment to 5 replicas in the production namespace

Cluster Overview

Get a natural-language summary of what's running across namespaces.

Say to Claude

List all deployments across namespaces and flag any that have pods not in Ready state

When it helps

FAQ

Can Claude use Kubernetes?

Yes. With the Kubernetes MCP connector (an MCP server), Claude can work with Kubernetes directly in your conversation — Kubernetes MCP server — manage clusters, pods, deployments, and services through AI-powered natural language commands.

Do I need to code to use Kubernetes with Claude?

No. You install the connector once (a short config or one command), then you just ask Claude in plain English. The example prompts on this page work as-is.

How do I add Kubernetes to Claude?

Open the Kubernetes connector page for copy-paste setup, or follow the per-client guide for Claude Desktop, Claude Code, Cursor, or ChatGPT.

Set up Kubernetes in Claude

Copy-paste config, setup steps, and a downloadable skill, plus the walkthrough — on the connector page.