- Home
- All questions
- Question 489
CKA study material · question 489 of 1000
An engineer runs kubectl port-forward and the terminal appears to hang. What is happening?
Show the answer
Answer: A. The command runs in the foreground and does not return
kubectl port-forward does not return; the session needs its own terminal.
Source: Use Port Forwarding to Access Applications in a Cluster (Kubernetes) — Forward a local port to a port on the Pod