Need Your help here .
root@i-xxxxxxxxx-server:~# grpcurl -d ‘{“service”: “Weaviate”}’ -proto health.proto grpc.pocweviate.mydomain.com:443 grpc.health.v1.Health/Check
{
“status”: “SERVING”
}
root@i-xxxxxxxxx-server:~# grpcurl -v -insecure -H “apikey: weaviatetest-readOnly-Key-lakshmi” grpc.pocweviate.mydomain.com:443 list
Failed to list services: server does not support the reflection API
root@i-xxxxxxxxx-server:~# grpcurl -v -insecure -H “apikey: weaviatetest-readOnly-Key-lakshmi” grpc.pocweviate.mydomain.com:50051 list
Failed to dial target host “grpc.pocweviate.mydomain.com:50051”: context deadline exceeded
root@i-xxxxxxxxx-server:~#
I have applied SSL using Nginx Ingress
am using NetworkLoadbalencer
Failed to list services: server does not support the reflection API
Failed to dial target host “grpc.pocweviate.mydomain.com:50051”: context deadline exceeded
Why this error, Any help from your side. It’s littile urjent. Your inputs will help me a lot.
Hope GRPC endpoint health looks Good.
status": "SERVING