Skip to content

Commit c7f55d4

Browse files
committed
Add kubefwd to Productivity Tools
kubefwd is a CLI tool for bulk-forwarding Kubernetes services to localhost. Each service gets a unique loopback IP (127.x.x.x), enabling multiple services on the same port without conflicts. Repository: https://github.com/txn2/kubefwd
1 parent ba3e2f6 commit c7f55d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
195195
- [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management.
196196
- [tfenv](https://github.com/tfutils/tfenv) - Terraform version manager.
197197
- [Kanvas](https://kanvas.new) - a collaborative tool with visual interface for designing and operating infrastructure.
198+
- [kubefwd](https://github.com/txn2/kubefwd) - Bulk port forwarding Kubernetes services for local development.
198199

199200

200201
## Continuous Integration & Delivery

0 commit comments

Comments
 (0)