OKD provides a routing layer to expose the application to the outside world. You can find the routing information of our example in the networking section on the right, labeled as Routes - External Traffic. You may have also noticed another element on the left, called Service - Internal Traffic, which is used by OKD for pod-to-pod communication. In that manner, different pods can talk to each other using the internal OKD network.
Networking
Services
If you click on a service name, a new page should appear, showing detailed information about how the application is internally visible and reachable, as follows:
The service page itself also references the route used by the system to expose the internal service. In this case,...