Skip to main content
Glama

k8s-pilot-ci

Schmiedeabzeichen

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 -Paketmanager

  • Zugriff auf Kubernetes-Cluster ( ~/.kube/config oder In-Cluster-Konfiguration)

# Install uv (if not installed)

# For MacOS
brew install uv

# For Linux
curl -LsSf https://astral.sh/uv/install.sh | sh

Installation

# 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.py

Verwendung 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. Bereitstellen

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 .

Install Server
A
license - permissive license
C
quality
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity
Issues opened vs closed

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    A Model Context Protocol server that enables AI assistants to interact with Kubernetes clusters through natural language, supporting core Kubernetes operations, monitoring, security, and diagnostics.
    115
    947
    MIT
  • F
    license
    B
    quality
    F
    maintenance
    A gateway for Generative AI systems to interact with multiple Kubernetes clusters through Model Context Protocol, enabling comprehensive Kubernetes resource operations and multi-cluster management.
    4
    57
    4
  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables interaction with multiple Kubernetes clusters simultaneously, providing comprehensive tools for cluster management, resource operations, and diagnostics across different environments.
  • A
    license
    Not graded
    quality
    D
    maintenance
    A 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.
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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