In this how-to you’ll learn how to setup traffic routing between a service running both on a VM, and a Kubernetes cluster.
In this guide, you’ll ✓ Install the Istio demo bookinfo application in a cluster ✓ Install the ratings service from the bookinfo application on a VM. ✓ Split traffic 80/20 between the VM, and the cluster instances of the ratings application
Before you get started, make sure that you: ✓ Install TSB management plane ✓ Onboarded a cluster
✓ Install data plane operator
First, start by installing bookinfo in your cluster.
kubectl create ns bookinfo kubectl apply -f \ https://raw.