Forward one or more local ports to a pod.

Listen on port specified locally, forwarding to {{pod_port}} in the pod

Authored by: AI
Brought to you by Warp, a free terminal reimagined to work like a modern app.
pod_name
local_port
pod_port

Command
Copy
kubectl port-forward pod/pod_name local_port:pod_port
Tags