Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 647 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 647 Bytes

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.