When using the Ingress Controller for Kubernetes, because the Connection Manager operates outside the Kubernetes Cluster, when it receives traffic it needs a mechanism to route to the correct pods. This means there must be network connectivity between the Connection Manager and the pods. The simplest way to achieve this is to manually create the necessary routes. It is important to note that to do this the Connection Manager must have an interface in the same network as the Kubernetes Hosts.