Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

kubectl port-forward

# To not choose the local port, let kubect do it for you and avoid 
# port conflics.
kubectl port-forward <pod_name> :<pod_port>
Source by kubernetes.io #
 
PREVIOUS NEXT
Tagged: #kubectl
ADD COMMENT
Topic
Name
8+8 =