Custom Connector on a Kubernetes environment

Hello guys,

I am working on a custom connector that sends a GRPC query to a service provided as a parameter and returns its response.
I have Camunda deployed and running on the cloud.

My question is: I have already tested my connector locally and it works fine, but on the cloud it fails.
As it couldn’t resolve the service name.
Here’s the error I’ve got: io.grpc.StatusRuntimeException: UNAVAILABLE: NameResolver returned an empty list

Thanks