Hi,
The following is from the Istio service mesh class room/course.
Currently this is confusing as 4 attributes of the VirtualService is assigned with same value i.e. ‘reviews’.
Can someone please explain what is the use of these attributes w.r.t. the example mentioned in the course.
So it seems the deployment has a k8s service with the name ‘reviews’. A virtualservice with the same name ‘reviews’ was also created. This virtualservice is trying to connect the k8s service(i.e. reviews).
However one question still pops up regarding ‘host’ and ‘hosts’. If I understand the meaning of ‘hosts’ is to identify the service/gw from where an incoming request is coming. Because the incoming request is actually triggered from ‘productpage’ service, I would expect ‘productpage’ to be defined as ‘hosts’ in the virtualservice. Any thoughts on this.