Istio
Istio Setup
Last updated
Istio Setup
Last updated
Istio is a power traffic mesh management tool. It also provides an ingress gateway for the Kubernetes cluster.
The following setup can be done from the client machine. This installs Istio Operator, Istio Service Mesh, Istio Ingressgateway components.
From directory, run;
Wait for istiod
and ingressgateway
pods to start.
Or, for Rancher cluster, run:
(Skip this section for Rancher cluster)
Set up an Istio gateway on each namespace for a domain. This assumes that the namespace (and relevant Rancher project) are already created (you may use the Rancher console to create a namespace or via command line kubectl
)
Edit and run this to define the variables:
From directory, run the following: