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:
![](https://static.packt-cdn.com/products/9781788837866/graphics/assets/e6023a39-0282-4e26-9d69-3fb2f7b0667b.png)
The service page itself also references the route used by the system to expose the internal service. In this case,...