FudanSELab / train-ticket

Train Ticket - A Benchmark Microservice System
http://139.196.152.44:32677
Apache License 2.0
712 stars 244 forks source link

How to access the ui on the externel ip? #265

Open JasonBourne1998 opened 1 year ago

JasonBourne1998 commented 1 year ago

I have deployed this micro-service on the minikube, the minikube is deployed on a public server, but how do I access the UI service from this public server's ip?

Deep-Yellow commented 1 year ago

You can visit the Train Ticket web page at http://[Node-IP]:32677 If it is not accessible, check the firewall configuration.

JasonBourne1998 commented 1 year ago

You can visit the Train Ticket web page at http://[Node-IP]:32677 If it is not accessible, check the firewall configuration.

Did you mean using external ip for the node? I think in the beginning, all node only have internal ip and we can't access it from other server.

Jun-jie-Huang commented 1 year ago

Have you solved this problem? I met the same problem using make deploy. After deployment, all the pods have internal ip but do not have external ip.