Skip to content

A simple GUI app designed to replace the `kubectl port-forward` command

License

Notifications You must be signed in to change notification settings

jdonzallaz/port-forwarder

Repository files navigation

Port-forwarder

Port-forwarder is a simple GUI app designed to replace the kubectl port-forward command. It provides a user-friendly interface to manage your port-forward connections efficiently, and automatically reconnects when the connection is lost.

Built using Tauri.

Getting started

Make sure kubectl and Node.js are installed and configured.

npm i
npm run tauri build

Development

npm run tauri dev

Notes

  • If you kill the port-forwarder process, you will have to kill the kubectl subprocesses yourself.