Size: a a a

2021 May 30

M

Manish in Istio_ru
still no luck it fails with

```
HTTP/1.1 503 Service Unavailable
content-length: 85
content-type: text/plain
date: Sun, 30 May 2021 10:56:29 GMT
server: envoy
x-envoy-upstream-service-time: 137
```
источник

ID

Ivan Drygin in Istio_ru
Okay, it works if you port-forward ?  For example kubectl port-forward svc/svc-name port:port ?
источник

M

Manish in Istio_ru
let me try that as well
источник

M

Manish in Istio_ru
yes it works
curl localhost:50051
Warning: Binary output can mess up your terminal. Use "--output -" to tell
Warning: curl to output it to your terminal anyway, or consider "--output
Warning: <FILE>" to save to a file.
источник

ID

Ivan Drygin in Istio_ru
Cool, can you share the result config as text file? Your deployment(or statefullset), service, virtual service, gateway?
источник

M

Manish in Istio_ru
sure.
источник

M

Manish in Istio_ru
give me 5 minutes tops
источник

M

Manish in Istio_ru
here are the yaml @lastdil
источник

M

Manish in Istio_ru
источник

M

Manish in Istio_ru
источник

M

Manish in Istio_ru
источник

M

Manish in Istio_ru
the ingress and istio, I did the installation based on the documenation (simply executed the commands)
источник

M

Manish in Istio_ru
@lastdil here this is the corrected one, the above one i shared was misconfigured.
источник

ID

Ivan Drygin in Istio_ru
looks correct, other services in cluster should successfully connect via nlp-topic:50051
for outside it should be exposed via loadbalander (in aws it will NLB)
источник

M

Manish in Istio_ru
@lastdil yes, but when I try to connect via other service I keep getting this
This is from another service in same namespace
источник

ID

Ivan Drygin in Istio_ru
check pls logs of istio sidecar
источник

M

Manish in Istio_ru
from the service which I am trying to connect?
источник

ID

Ivan Drygin in Istio_ru
from nlp-topic I think

both services in the default namespace right?
источник

M

Manish in Istio_ru
yes sir in the default namespace
источник

ID

Ivan Drygin in Istio_ru
so you can just curl nlp-topic:50051
and check logs of istio sidecar
источник