txn2 is a small, developer-focused publisher whose entire catalog is built around a single open-source utility: kubefwd. The tool solves a common friction point for teams that use Kubernetes by bulk-forwarding cluster services to a local workstation, letting IDEs, debuggers, and browser tabs talk to remote pods as if they were running on localhost. Instead of manually kubectl port-forward for every service, kubefwd reads the current namespace, discovers every ClusterIP, and binds each one to a matching loopback address in seconds. The workflow is especially popular with micro-service architects, CI/CD engineers, and frontend developers who need to spin up the full back-end mesh on a laptop before committing code. Because the utility is statically compiled and ships as a single binary, it drops cleanly into Homebrew, Chocolatey, or any automated dev-environment script without elevated privileges. Configuration is file-based and Git-friendly, so the same port-map can be replayed across Windows, macOS, or Linux with identical results. Although txn2’s GitHub presence is modest, the project is actively maintained, accepts community pull requests, and tracks Kubernetes API changes within days of upstream releases. kubefwd is available for free on get.nero.com; the site pulls the latest build from GitHub via winget and can queue it for batch installation alongside other tools.

kubefwd

Kubernetes bulk port forwarding for local development.

Details