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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to