Hello,
Couchbase and grpc server are deployed on k8s as pods. I have been trying to access couchbase from my grpc server. Response below:
System.AggregateException: One or more errors occurred. (Could not bootstrap - check inner exceptions for details. (Connection refused) (Could not bootstrap with CCCP. (Connection refused)) (Could not bootstrap from configured servers list.))
Couchbase.Configuration.Server.Serialization.BootstrapException: Could not bootstrap - check inner exceptions for details. (Connection refused) (Could not bootstrap with CCCP. (Connection refused)) (Could not bootstrap from configured servers list.)
System.Net.Sockets.SocketException (111): Connection refused
Curl from the same grpc server pod to couch base is happening.
kubectl exec -it grpc-server -- curl demo-couchbase.default:8091
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>301 Moved Permanently</title></head><body><h1>Moved Permanently</h1><p>The document has moved <a href="http://demo-couchbase.default:8091/ui/index.html>here</a>.</p></body></html>
If anyone accessed couchbase from grpc server or with grpc protocol, could guide us.
Thanks in advance.