Virtual Service Continued
- Now we have created a new details api with container image pushed to docker hub Refer HereWhen env SERVICE_VERSION is set to
- v-unavailable: It would return 503 response
- v-timeout: The request would time out with 500 response
- v-timeout-first-call: The first request would time out
- <nothing>: application would work normally
- For the manifests Refer Here for the changeset
- Now deploy v2
- Added reviews virtual service Refer Here and apply the changes
- Now lets add version 2 of reviews Refer Here. Apply the changes
- Made changes in the virtual service to use the destination rules and send 90% traffic to v1 of reviews and 10% to v2 of reviews Refer Here for the changeset
