中文官网地址 (opens new window)
curl -L https://istio.io/downloadIstio | sh - cd istio-1.15.1
安装目录包含:
samples/
bin/
istioctl
将 istioctl 客户端加入搜索路径(Linux or macOS):
export PATH=$PWD/bin:$PATH