You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2018/10/17 09:53:41 UTC

[GitHub] objectiser commented on issue #182: Enable services to be associated with a version

objectiser commented on issue #182: Enable services to be associated with a version
URL: https://github.com/apache/camel-k/issues/182#issuecomment-430565759
 
 
   Some relevant docs are here:
   https://istio.io/docs/tasks/traffic-management/request-routing/
   https://istio.io/docs/concepts/traffic-management/
   
   Using the bookinfo example to illustrate, you just need to add a version label to the deployments, as defined in the [three versions of the review service](https://github.com/istio/istio/blob/45692c579c6d755194421540149a99ac4cb59528/samples/bookinfo/platform/kube/bookinfo.yaml#L101-L156).
   
   Then a virtual service can be defined to manage traffic across the different versions. For example, [this rule](https://github.com/istio/istio/blob/45692c579c6d755194421540149a99ac4cb59528/samples/bookinfo/networking/virtual-service-reviews-50-v3.yaml) splits traffic to the reviews service 50/50 between v1 and v3.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services