安装 istio
curl -L https://istio.io/downloadIstio \| sh -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 102 100 102 0 0 45 0 0:00:02 0:00:02 --:--:-- 45
100 4549 100 4549 0 0 1260 0 0:00:03 0:00:03 --:--:-- 10245
Downloading istio-1.11.2 from https://github.com/istio/istio/releases/download/1.11.2/istio-1.11.2-osx.tar.gz ...
Istio 1.11.2 Download Complete!
Istio has been successfully downloaded into the istio-1.11.2 folder on your system.
Next Steps:
See https://istio.io/latest/docs/setup/install/ to add Istio to your Kubernetes cluster.
To configure the istioctl client tool for your workstation,
add the /Users/moodpo/Developer/k8s-test/istio/istio-1.11.2/bin directory to your environment path variable with:
export PATH="$PATH:/Users/moodpo/Developer/k8s-test/istio/istio-1.11.2/bin"
Begin the Istio pre-installation check by running:
istioctl x precheck
Need more information? Visit https://istio.io/latest/docs/setup/install/
看这个就够了,不写了 –> getting-started