Agent♥︎Age
Catalog

Kubernetes Ephemeral Job

Official

by inhuman · Go

Runs a command in a throwaway Kubernetes pod and returns exit code, output and artifacts.

io.github.inhuman/mcp-k8s-ephemeral-job MCP Server

The io.github.inhuman/mcp-k8s-ephemeral-job Model Context Protocol (MCP) server runs a command in a throwaway Kubernetes pod and returns the command’s exit code, output, and artifacts. It is designed to execute ephemeral workloads in Kubernetes and surface results to the calling client.

🛠️ Key Features

  • Executes commands inside a throwaway Kubernetes pod
  • Returns exit code and command output
  • Returns produced artifacts

🚀 Use Cases

  • Running short-lived Kubernetes-executed jobs
  • Capturing command results (exit code, output) for downstream handling
  • Collecting artifacts generated during ephemeral execution

⚡ Developer Benefits

  • Predictable per-run isolation via ephemeral pods
  • Structured retrieval of execution outcomes (exit code/output/artifacts)
Kubernetes Ephemeral Job - agentage MCP Catalog