Rumpelpod — DevOps skill for Claude Code
Orchestrator for LLM coding agents in Docker and Kubernetes pods.
How to install Rumpelpod
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open NVIDIA/rumpelpod and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Rumpelpod does
Orchestrator for LLM coding agents in Docker and Kubernetes pods.
Alternatives in DevOps
- Kubernetes 71.9k ★
- Claude Code Router — Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the m 30.1k ★
- Kubeshark — Cluster-wide network observability for Kubernetes 11.8k ★
README
Rumpelpod
Manage multiple independent workspaces of a repository in Docker or Podman containers, or Kubernetes pods, on local or remote hosts. Designed for running LLM coding agents.
**Full documentation in the [user guide](GUIDE.md).**
curl -fsSL https://raw.githubusercontent.com/nvidia/rumpelpod/main/install.sh | sh
Requirements: git, Docker or Podman, optionally ssh and kubectl.
What Is This?
Rumpelpod manages named, independent workspaces ("pods") of a repository inside containers. Each pod has its own full clone of the repository, synced via git, so multiple agents can work concurrently without interfering with each other or your local machine.
Containers can run on the local Docker or Podman engine, on a remote Docker host via SSH, or on Kubernetes. Rumpelpod handles git synchronization, port forwarding, and container lifecycle in all cases.
The main use case is running LLM coding agents. Typical workflow:
- Launch Claude Code in a pod with
rumpel claude my-task, typically several in parallel on different tasks. - Each agent works autonomously inside its own container.
- Review changes with
git diff ...rumpelpod/my-taskorgit difftool ...rumpelpod/my-task. - Merge results back with
rumpel merge my-task.
Both Claude Code and OpenAI Codex are supported as first-class agents via `rumpel claude` and `rumpel codex`. Rumpelpod is designed around iterating on multiple changes in parallel, reviewing each agent's work and asking for revisions until the change looks good.
Rumpelpod aims for minimal setup and compatibility with existing standards where configuration is necessary: project-tailored container images are defined using [devcontainer.json](https://containers.dev/), and compatibility with battle-tested secure runtimes such as gVisor and Kata Containers enables strong container isolation.
Name
Related Skills
K8s Diag
Diagnoses failing Kubernetes pods, deployments, and cluster configurations.
Cccc
Coordinate your coding agents like a group chat — read receipts, delivery tracking, and remote ops from your p
Samzong
Inference Serving Stack: Scheduling and routing across heterogeneous models — the production path for vLLM and
Iron Mem
Agent-native memory infrastructure for AI coding assistants. Governed session capture, LLM compression, hybrid
Deploy To Docker
Build Docker image and start/redeploy the MCP Task Orchestrator container, reusing the last-used config by def
Praktor
Multi-agent Claude Code orchestrator with Telegram I/O, Docker isolation, swarm patterns, and Mission Control
Related Agents
Container Monitoring
Monitor Kubernetes and containerized environments including Docker, pods, deployments, and cluster health metr
DevOps Orchestrator
Use this agent when you need comprehensive DevOps solutions including containerization (Docker/Kubernetes), CI
K8s Pod Checker
Use this agent PROACTIVELY when troubleshooting Kubernetes pod issues or performing health checks. This includ