delimitrou / DeathStarBench

Open-source benchmark suite for cloud microservices
Apache License 2.0
752 stars 419 forks source link

URL of nginx-thrift or media-frontend show : 192.168.49.2 refused to connect page on the browser #215

Open Zarak-Shah-ji opened 2 years ago

Zarak-Shah-ji commented 2 years ago

The pods for nginx-thrift and media-fronted are running but still i have the issue that is:
when i try
 $ minikube -n social-network service --all and see the URL of nginx-thrift ,media-frontend and jaegar-out The URL for jaegar-out works properly and opens ups the jaeger UI 
but when i try going to URL of nginx-thrift or media-frontend they show : 192.168.49.2 refused to connect page on the browser

Please help.

Zarak-Shah-ji commented 2 years ago

The media-frontend URL generated through cmd $ minikube -n social-network service --all is working and showing me the web page: Screenshot from 2022-07-17 13-18-35

For its working i just changed the targetPort: 80 which is by default kept to 8080 in media-frontend.yaml

But still i'm not sure that whether this is the right page that i'm seeing and i'm still not able to run nginx-thrift URL. It still shows connection refused on web page.

Zarak-Shah-ji commented 2 years ago

Now i can see the same pg fas above or nginx-thrift on port 80 but that is not what i want. I wanted to see social-network UI page Not sure what should be done?

Zarak-Shah-ji commented 2 years ago

minikube start --mount --mount-string=/pwd/social-network:/pwd/social-network

This solved the problem but compose-post-service isn't working though