k8s-pilot
Der zentrale Pilot für Ihre Kubernetes-Flotten ✈️✈️
k8s_pilot ist ein leichtgewichtiger, zentralisierter Control-Plane-Server zur gleichzeitigen Verwaltung mehrerer Kubernetes-Cluster .
Mit leistungsstarken Tools und intuitiven APIs können Sie alle Ihre Cluster von einem Cockpit aus beobachten und steuern.
🚀 Übersicht
🔄 Unterstützt Multi-Cluster-Kontextwechsel
🔧 Ermöglicht CRUD-Operationen auf den gängigsten Kubernetes-Ressourcen
⚙️ Unterstützt von MCP für Claude AI und darüber hinaus
Related MCP server: Multi-Cluster MCP Server
🧰 Voraussetzungen
Python 3.13 oder höher
uv-PaketmanagerZugriff auf Kubernetes-Cluster (
~/.kube/configoder In-Cluster-Konfiguration)
# Install uv (if not installed)
# For MacOS
brew install uv
# For Linux
curl -LsSf https://astral.sh/uv/install.sh | shInstallation
# Clone the repository
git clone https://github.com/bourbonkk/k8s-pilot.git
cd k8s-pilot
# Launch with uv + MCP
uv run --with mcp[cli] mcp run k8s_pilot.pyVerwendung mit Claude Desktop
Verwenden Sie diese Konfiguration, um den k8s_pilot MCP-Server von Claude aus auszuführen:
{
"mcpServers": {
"k8s_pilot": {
"command": "uv",
"args": [
"--directory",
"<path-to-cloned-repo>/k8s-pilot",
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"k8s_pilot.py"
]
}
}
}Ersetzen Sie es durch das tatsächliche Verzeichnis, in das Sie das Repo geklont haben.
Szenario
Erstellen Sie eine Bereitstellung mit dem Image „nginx:latest“ im Namespace „pypy“ und erstellen Sie außerdem einen Dienst, der eine Verbindung damit herstellt.
Hauptmerkmale
Multi-Cluster-Verwaltung
Nahtlose Interaktion mit mehreren Kubernetes-Clustern
Ausführen kontextbezogener Vorgänge
Einfaches Wechseln zwischen Clustern über MCP-Eingabeaufforderungen
Ressourcenkontrolle
Anzeigen, Erstellen, Aktualisieren, Löschen:
Bereitstellungen, Dienste, Pods
ConfigMaps, Geheimnisse, Ingresses
StatefulSets, DaemonSets
Rollen, Clusterrollen
PersistentVolumes & Claims
Namespace-Operationen
Namespaces erstellen/löschen
Auflisten aller Ressourcen in einem Namespace
Verwalten von Bezeichnungen und Ressourcenkontingenten
Knotenverwaltung
Knotendetails und -bedingungen anzeigen
Knoten abgrenzen/entgrenzen, beschriften/beflecken
Pods pro Knoten auflisten
Lizenz
Dieses Projekt ist unter der MIT-Lizenz lizenziert. Weitere Informationen finden Sie in der Datei LICENSE .
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that enables AI assistants to interact with Kubernetes clusters through natural language, supporting core Kubernetes operations, monitoring, security, and diagnostics.115947MIT
- FlicenseBqualityFmaintenanceA gateway for Generative AI systems to interact with multiple Kubernetes clusters through Model Context Protocol, enabling comprehensive Kubernetes resource operations and multi-cluster management.4574
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables interaction with multiple Kubernetes clusters simultaneously, providing comprehensive tools for cluster management, resource operations, and diagnostics across different environments.
- AlicenseNot gradedqualityDmaintenanceA lightweight MCP server that enables natural language interaction with Kubernetes clusters, allowing management of pods, deployments, namespaces, and cluster resources through conversational queries or API endpoints.1MIT
Related MCP Connectors
Enterprise AI Control Plane: governance, guardrails, spend tracking, compliance & smart routing.
A MCP server built for developers enabling Git based project management with project and personal…
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bourbonkk/k8s-pilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server