{"tool":"kubectl","tool_display":"Kubectl","intent":"forward-port-to-pod-with-all-addresses","intent_display":"forward port to pod with all addresses","title":"Kubectl Command: forward port to pod with all addresses","command_string":"kubectl port-forward po/<pod_name> 8888:5000 --address 0.0.0.0","raw_command_string":"kubectl port-forward {{[po|pods]}}/{{pod_name}} 8888:5000 --address 0.0.0.0","description":"Exact CLI syntax to forward port to pod with all addresses using Kubectl.","usage_scenario":"During a critical debugging session when services are failing to communicate properly across different nodes in the cluster.","scenario_context":null,"simulated_output":null,"how_to_steps":null,"inferred_category":"Kubernetes","canonical_url":"https://www.syntaxstandard.com/kubectl/forward-port-to-pod-with-all-addresses"}