Traffic routing from inside and outside of cluster with Docker Desktop, Kubernetes and Istio
This post is about routing traffic with Istio to different versions of a given service. It shows how the routing works from outside of the cluster as well as from the inside and how to visualize the traffic and debug configurations. The set-up has been tested on Docker Desktop for Mac version 2.2.0.0 which includes Kubernetes version 1.15.5. Prerequisites This test expects a clean Kubernetes set-up running on Docker Desktop. Also istioctl needs to be installed, which can be done on Mac with brew install istioctl. ...