You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the pods are running, port 31000 and port 31001 are used by a process called kube-proxy. to visiti the web page, I visit localhost:31000 at the master node, but it displays "Unable to establish connection". what's the reason, thanks!
The text was updated successfully, but these errors were encountered:
Since you say you're trying to access a port on localhost, I assume that you're running Kubernetes on your own computer.
In that case, you will need to change the definition files for the Voting-App service and the Result-App service. You need to change the service type from LoadBalancer to NodePort.
This will dynamically assign a port above 30k to the service. You can see which port, with kubectl get services, or kubectl describe service result-service.
the pods are running, port 31000 and port 31001 are used by a process called kube-proxy. to visiti the web page, I visit localhost:31000 at the master node, but it displays "Unable to establish connection". what's the reason, thanks!
The text was updated successfully, but these errors were encountered: