Skip to content

Conversation

@cjimti
Copy link

@cjimti cjimti commented Jan 3, 2026

kubefwd is a Kubernetes port-forwarding utility (originally developed in 2018) that forwards multiple services from one or more namespaces, adding /etc/hosts entries for local development. Unlike kubectl port-forward, each service gets its own unique loopback IP (127.x.x.x), allowing multiple services to use the same port simultaneously and their cluster hostnames.

Key features:

  • Bulk port forwarding with automatic /etc/hosts management
  • Unique loopback IPs per service (no port conflicts)
  • Auto-reconnect on pod restarts
  • Interactive TUI mode
  • MCP mode for AI agent integration
  • Shell completions (bash, zsh, fish, powershell)

Project stats:

  • ~4,000 GitHub stars, 219 forks
  • Active since 2018, featured in "essential Kubernetes developer tools" lists
  • Apache-2.0 license

Previous submission: PR #45721 was submitted by a community member in 2019 and closed due to lack of follow-through. This submission is from the project maintainer and I will be responsive to feedback.

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

All items are checked because I verified them:

  • Built from source (28 seconds)
  • brew test passed
  • brew audit --strict --new --online passed
  • Commit format: kubefwd 1.25.7 (new formula)
  • No other open PRs for kubefwd

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue new formula PR adds a new formula to Homebrew/homebrew-core shell-completion labels Jan 3, 2026
@cjimti cjimti force-pushed the kubefwd-new-formula branch from ec02dd1 to 1359a9b Compare January 3, 2026 17:44
@github-actions
Copy link
Contributor

github-actions bot commented Jan 3, 2026

Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request.

@github-actions github-actions bot added the autosquash Automatically squash pull request commits according to Homebrew style. label Jan 3, 2026
@cjimti cjimti force-pushed the kubefwd-new-formula branch from 2b9cdb4 to 47dd264 Compare January 3, 2026 18:09
@github-actions github-actions bot removed the autosquash Automatically squash pull request commits according to Homebrew style. label Jan 3, 2026
@cjimti cjimti force-pushed the kubefwd-new-formula branch from 47dd264 to ee6ba95 Compare January 3, 2026 18:17
@cjimti cjimti requested a review from daeho-ro January 3, 2026 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

go Go use is a significant feature of the PR or issue new formula PR adds a new formula to Homebrew/homebrew-core shell-completion

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants