Hey, i have temporal running in a certain namespace in k8s. And im trying to run a worker in a different namespace and connect it to temporal’s frontend service but i get an error from the worker that it cant connect to the server.
I tried running the worker in temporal’s namespace and then it did work.
Does anyone has an idea what might cause it? Thanks
Whats the error you are getting?
My best guess is that you need to set correct target url to your service running on different namespace, either via its ip or your service definition.