back to Portfolio index

Run on Pod (rop)

Overview

Run on Pod (rop) is a command-line interface tool designed to simplify and standardize the execution of scripts and binaries across multiple Kubernetes clusters and environments.

Motivation

In my current role, we manage over 20 Kubernetes clusters. Executing scripts or binaries consistently across these diverse environments was time-consuming and error-prone. Each execution required multiple steps: selecting the right context, copying files, accessing the correct pod, and then running the file.

Solution

I developed Run on Pod to streamline this workflow and reduce the potential for errors. The tool provides a unified interface for script execution across all our Kubernetes environments, automating context switching, file transfer, execution, and cleanup through a single, standardized command.

Implementation

Run on Pod is built using Go and leverages:

Key Features