k8s-agents-strands

blackdog0403/k8s-agents-strands
★ 0 stars Python ⚙️ DevOps Updated today
Kubernetes RCA agent built with Strands Agents SDK + Amazon EKS MCP Server + Bedrock AgentCore Runtime
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "k8s-agents-strands": {
      "command": "uvx",
      "args": [
        "k8s-agents-strands"
      ]
    }
  }
}

Or install with pip: pip install k8s-agents-strands

README Excerpt

> 🌐 **Language**: **English** · [한국어](./README.ko.md) An AI agent that automates **root cause analysis (RCA)** for Kubernetes cluster incidents. The agent is built with the [Strands Agents SDK](https://strandsagents.com), pulls cluster data through the [Amazon EKS MCP Server](https://docs.aws.amazon.com/eks/latest/userguide/eks-mcp-introduction.html), and runs in production on the [Amazon Bedrock AgentCore Runtime](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/agentcore-vpc.html)