Replies: 2 comments
-
|
The Listening endpoints are what the local process is listening on. If there are multiple IP addresses on the machine, then it would be one of those or all of those that it's locally listening on. Advertised address/port is what an outside client would contact which could be different from listening endpoint. For example, if the workload is running in Docker then it will listen on some IP:Port in the container, but an outside client will actually call to the hosting machine on some port that then gets mapped into the container. The port inside the container and on the host may be different, such as if there are multiple containers on the same host which all can't map to 11111/30000 on the host. |
Beta Was this translation helpful? Give feedback.
-
|
Does this mean the advertised address/port acts as a proxy? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Since SiloListeningEndpoint and GatewayListeningEndpoint are provided, why are AdvertisedIPAddress, SiloPort, and GatewayPort also offered? I'm confused about the differences between them.
Beta Was this translation helpful? Give feedback.
All reactions