Installing istio with Rancher is quite easy, but in combination wit alerting for MS Teams some guidance might be helpful. I guide you trough the process of the complete installation
Istio Operator
Installation
Prerequisites
Since we want to use restricted pod security policies with Istio we have to use the Istio CNI plugin.
Version: 1.9.300 (latest, depends on the version of Rancher)
Install into Project: System
Components: select all
We override some of the default options with the
istio-overlay-file
Select Overlay File and add this snippet:
apiVersion:install.istio.io/v1alpha1kind:IstioOperatorspec:hub:docker.intra# not neededvalues:pilot:autoscaleEnabled:trueautoscaleMax:5autoscaleMin:3components:ingressGateways:- name:istio-ingressgatewayk8s:hpaSpec:minReplicas:3egressGateways:- name:istio-egressgatewayk8s:hpaSpec:minReplicas:3pilot:k8s:hpaSpec:minReplicas:3