跳到主要内容
版本:v2.6

Istio Setup Guides

This section describes how to enable Istio and start using it in your projects.

If you use Istio for traffic management, you will need to allow external traffic to the cluster. In that case, you will need to follow all of the steps below.

Prerequisites

This guide assumes you have already installed Rancher, and you have already provisioned a separate Kubernetes cluster on which you will install Istio.

The nodes in your cluster must meet the CPU and memory requirements.

The workloads and services that you want to be controlled by Istio must meet Istio's requirements.

Install

Quick Setup Tip:

If you don't need external traffic to reach Istio, and you just want to set up Istio for monitoring and tracing traffic within the cluster, skip the steps for setting up the Istio gateway and setting up Istio's components for traffic management.

  1. Enable Istio in the cluster.
  2. Enable Istio in all the namespaces where you want to use it.
  3. Add deployments and services that have the Istio sidecar injected.
  4. Set up the Istio gateway.
  5. Set up Istio's components for traffic management.
  6. Generate traffic and see Istio in action.