@txn2/kubefwd
kubefwd is a popular command-line utility for bulk Kubernetes port forwarding, featured in "essential k8s developer tools" lists. It forwards multiple services from one or more namespaces, adding corr
Install
Add @txn2/kubefwd to Claude Code with the PolySkill CLI: polyskill add @txn2/kubefwd
Instructions
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview kubefwd is a popular command-line utility for bulk Kubernetes port forwarding, featured in "essential k8s developer tools" lists. It forwards multiple services from one or more namespaces, adding corresponding entries to `/etc/hosts` for local development. **Key Differentiator from `kubectl port-forward`**: Each service gets its own unique loopback IP address (127.x.x.x), allowing multiple services to use the same port simultaneously (e.g., multiple databases…
Keywords: github, kubernetes, port-forwarding, cli-tool, devops, k8s-utilities, service-management, networking, container-development