I am able to install and test book info application for default round robin behavior for reviews.
But when i add any destination rules the book info application works but the services like reviews, details become unavailable throws error.
Error in the book info application: Error fetching product reviews!
Istio version : 1.2.5
kubernetes :v1.10.11
Running on Docker for desktop win 10
Destination rule: kubectl apply -f samples/bookinfo/networking/destination-rule-all.yaml
Virtual service: kubectl apply -f samples/bookinfo/networking/virtual-service-all-v1.yaml
Any destination rule or virtual service rule i apply the services goes becomes unavailable (503 error)