Enabling Istio in a Rancher cluster
TL;DR: How to install and set up Istio in a Kubernetes cluster managed with Rancher and Nginx ingress.
Motivation
Istio is one of the most used mesh services to interconnect and communicate microservices in clusters. Istio is compound by several open sources of software and services. The core of the system es the Envoy proxy. It acts as a sidecar for each pod created…