Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change to use an IP address to connect to the Service
Currently the code uses an IP address to establish a connection between a Pod and another Pod (p2p), and uses a Service DNS name to establish connection between a Pod and a Service (p2s). This commit unifies behavior between p2p and p2s communication by using only IP addresses in both cases.
- Loading branch information