k8s-pilot
Kubernetes フリートの中央パイロット ✈️✈️
k8s_pilotは、複数の Kubernetes クラスターを一度に管理するための軽量の集中型コントロール プレーン サーバーです。
強力なツールと直感的な API を使用すると、1 つのコックピットからすべてのクラスターを監視および制御できます。
🚀 概要
🔄マルチクラスタコンテキストスイッチングをサポート
🔧 最も一般的な Kubernetes リソースでCRUD 操作を有効にします
⚙️ Claude AI およびそれ以降のMCPを搭載
Related MCP server: Multi-Cluster MCP Server
🧰 前提条件
Python 3.13以上
uvパッケージマネージャーKubernetes クラスターへのアクセス (
~/.kube/configまたはクラスター内構成)
# Install uv (if not installed)
# For MacOS
brew install uv
# For Linux
curl -LsSf https://astral.sh/uv/install.sh | shインストール
# 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.pyClaude Desktopでの使用
Claude 内から k8s_pilot MCP サーバーを実行するには、次の設定を使用します。
{
"mcpServers": {
"k8s_pilot": {
"command": "uv",
"args": [
"--directory",
"<path-to-cloned-repo>/k8s-pilot",
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"k8s_pilot.py"
]
}
}
}リポジトリをクローンした実際のディレクトリに置き換えます。
シナリオ
pypy 名前空間の nginx:latest イメージを使用してデプロイメントを作成し、それに接続するサービスも作成します。
主な特徴
マルチクラスタ管理
複数のKubernetesクラスターとシームレスに連携
コンテキストに応じた操作を実行する
MCPプロンプトを介してクラスター間を簡単に切り替えます
リソース管理
表示、作成、更新、削除:
デプロイメント、サービス、ポッド
ConfigMap、Secret、Ingress
ステートフルセット、デーモンセット
ロール、クラスターロール
永続ボリュームとクレーム
名前空間操作
名前空間の作成/削除
名前空間内のすべてのリソースを一覧表示する
ラベルとリソース割り当てを管理する
ノード管理
ノードの詳細と条件を表示する
Cordon/uncordon、label/taintノード
ノードごとのポッドを一覧表示する
ライセンス
このプロジェクトはMITライセンスの下で提供されています。詳細は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