Istio 101 : - Traffic routing - Virtual services and Destination rules - -
Istio allows us to set routing rules that dictated how traffic flows to our pods.
The below destination rules divides our pods into subsets - application-1, application-2 - of the service "example_service.svc.cluster.local":
Below is a VirtualService that forwards traffic using the above subsets, it also uses a weighting factor that determines the percentage of traffic that will be forwarded to each subset:
Comments
Post a Comment