I'm trying to understand the communication pattern...
# ask-community
d
I'm trying to understand the communication patterns between the different prefect server components. IIUC the UI component has to talk to the apollo graphql frontend via a publicly accessible IP. Do any of the other components need to talk to that endpoint via the public IP?
a
Nope. The agents do though.
👍 1
d
Great - thanks for the info Amanda!