aws-containers/retail-store-sample-app

Loadbalancer setup failing.

Opened this issue · 1 comments

working eks workshop:
https://www.eksworkshop.com/docs/fundamentals/exposing/loadbalancer/adding-lb
when deploying loadbalancer services it showing "pending" status.

Error from ui-nlb serivces:

couldn't get current server API group list: Get "http://ervice/api?timeout=32s": dial tcp: lookup ervice on 172.31.0.2:53: no such host.
it seems like somewhere in code its mention as "ervice" instead of "services" ?
I have looked the ui app code but unable to find URL.

https://github.com/aws-containers/retail-store-sample-app/tree/main/src/ui

hi @kgp7812 Just curious, how did you get these logs? what command did you enter to get visibility into the error you shared?

Error from ui-nlb serivces:

couldn't get current server API group list: Get "http://ervice/api?timeout=32s": dial tcp: lookup ervice on 172.31.0.2:53: no such host.

And did you solve this issue?