IBM / istio101

Istio 101 workshop (https://ibm.github.io/istio101/)
Apache License 2.0
156 stars 145 forks source link

swap destination rule creation with virtual service creation #127

Closed bvennam closed 5 years ago

bvennam commented 5 years ago

If these are not swapped, and a user tests the app in between these two steps, then the app will fail.

It's better to create the destination rule before creating the virtual service that uses that destination rule.

bvennam commented 5 years ago

@linsun @duglin please review & merge.