Answers for "access nodeport service from another machine in the same network"

1

access nodeport service from another machine in the same network

ssh -i ~/.minikube/machines/minikube/id_rsa docker@$(minikube ip) -L \*:31000:0.0.0.0:31000
Posted by: Guest on March-03-2021

Code answers related to "access nodeport service from another machine in the same network"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language