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.
Make sure kubectl
and Node.js are installed and configured.
npm i
npm run tauri build
npm run tauri dev
- If you kill the
port-forwarder
process, you will have to kill thekubectl
subprocesses yourself.