retroryan / istio-workshop

Istio Workshop
Apache License 2.0
416 stars 257 forks source link

guestbook-virtualservice-mobile-canary #36

Closed linsun closed 6 years ago

linsun commented 6 years ago

that works with istio 0.8 new virtual service with mobile header and canary 80/20.

linsun commented 6 years ago

this can work in conjunction of #35

With these 2 PRs, user can reach hello world service via /hello/world and get v2 for mobile header and the rest 80/20 canary.

retroryan commented 6 years ago

Thanks @linsun ! Great example of the new virtual service!