N4si / K8s-voting-app

Voting App on Kubernetes using containers
56 stars 310 forks source link

Front end unable to access, Issues with load balancer health checks #3

Open ghost opened 11 months ago

ghost commented 11 months ago

Out-of-service - getting at front end load balancer

error message at LB target instance tab- Instance has not passed the configured healthy threshold number of health checks consecutively.

But for API's load balancer everything working fine.

Please help me I would like to connect with you

kavithanagaraj3 commented 6 months ago

Hi Once you deploy Mongo Service use the below command

kubectl run --rm utils -it --image praqma/network-multitool -- bash

for i in {0..2}; do nslookup mongo-$i.mongo; done

The issue will be resolved.