Port Forwarding
Forward a local port to a pod or service and manage active tunnels.
port-forwardnetworkdebug
Port Forwarding
Reach a pod or service running inside the cluster from your local machine — no kubectl port-forward command to remember.
Forward a port
- Open the Port Forwarding view (or start a forward from a pod or service drawer).
- Choose the target pod or service and the container/target port.
- Pick a local port (or let Kubexer pick a free one).
Kubexer opens the tunnel and shows it in the list of active forwards.
Manage tunnels
Active forwards stay visible with their local and remote ports. Stop any tunnel with one click; they're cleaned up automatically when you disconnect from the cluster.
Tips
- Forward a database service to connect a local GUI client during debugging.
- Forward an in-cluster dashboard that isn't exposed via Ingress.