From ce8311d834d0c09574ea3696e7436bf7ec25dbab Mon Sep 17 00:00:00 2001 From: Yash sharma <71271069+Yashsharma1911@users.noreply.github.com> Date: Fri, 25 Jul 2025 15:52:58 +0530 Subject: [PATCH] Update README.md --- k8sGPT/README.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/k8sGPT/README.md b/k8sGPT/README.md index 604c6e8..aefb430 100644 --- a/k8sGPT/README.md +++ b/k8sGPT/README.md @@ -1,5 +1,56 @@ # K8sGPT + Claude MCP Setup Guide +```mermaid +graph TB + subgraph "Your Kubernetes Cluster" + K8s[🎯 Kubernetes
Apps & Services] + Problems[❌ Issues & Errors] + end + + subgraph "K8sGPT Tools" + Tools[🔧 K8sGPT Tools
• Scan cluster
• Find problems
• Get cluster info] + end + + subgraph "MCP Bridge" + MCP[🌉 Model Context Protocol
Connects Claude to K8sGPT] + end + + subgraph "Claude AI" + Claude[🤖 Claude
Analyzes & Explains] + end + + subgraph "You" + User[👨‍💻 DevOps Engineer] + Chat[💬 Chat with Claude] + end + + %% Simple Flow + User -->|"What's wrong with my cluster?"| Chat + Chat --> Claude + Claude -->|Uses MCP to call| MCP + MCP --> Tools + Tools -->|Scans| K8s + K8s -->|Reports| Problems + Problems --> Tools + Tools -->|Returns data| MCP + MCP --> Claude + Claude -->|Explains issues & solutions| Chat + Chat --> User + + %% Styling + classDef k8s fill:#326ce5,stroke:#fff,stroke-width:2px,color:#fff + classDef tools fill:#ff6b35,stroke:#fff,stroke-width:2px,color:#fff + classDef mcp fill:#9b59b6,stroke:#fff,stroke-width:3px,color:#fff + classDef claude fill:#d4af37,stroke:#fff,stroke-width:2px,color:#000 + classDef user fill:#28a745,stroke:#fff,stroke-width:2px,color:#fff + + class K8s,Problems k8s + class Tools tools + class MCP mcp + class Claude claude + class User,Chat user +``` + ## Quick K8sGPT Installation Follow the K8sGPT installation guide: https://docs.k8sgpt.ai/getting-started/installation/ @@ -53,4 +104,4 @@ Once configuration is complete: - Ensure K8sGPT is properly installed and `k8sgpt analyze` works before configuring MCP - Verify your `KUBECONFIG` path is correct - Check that port 3333 is available -- Restart Claude Desktop after making configuration changes \ No newline at end of file +- Restart Claude Desktop after making configuration changes