How to connect my app client to the temporal cluster? #644
Answered
by
alexandrevilain
max-openline
asked this question in
Q&A
-
Hi everyone, first of all, thank you for this work I deployed a temporal cluster and can see my pods running:
Cheers! |
Beta Was this translation helpful? Give feedback.
Answered by
alexandrevilain
Feb 27, 2024
Replies: 1 comment
-
Hi @max-openline ! Your Go client should connect to the frontend pod, which distributes requests to others services (history & matching). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alexandrevilain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @max-openline !
Your Go client should connect to the frontend pod, which distributes requests to others services (history & matching).
So the server address is the frontend service on your cluster :)