I'm trying to specify VirtualService with route to specific pod IP. For instance, in case my pod IP is 192.168.208.75 then I setting "host" as:
host: 192-168-208-75.default.pod.cluster.local
This doesn't works.
However, in case I have some Service pointing to that pod, routing traffic to service DNS name does works.
Is it possible to specify route to specific pod IP directly, without service in the middle?