Istio官网:https://istio.io/latest/zh/
下载istio-1.4.5
链接:https://pan.baidu.com/s/1WtvRTeih_6PumGp2Q2D3UA |
安装
解压后在/etc/profile配置环境变量
ISTIO_HOME=/usr/local/istio-1.4.5 |
#查看istio的profile |
查看pod启动情况
卸载
istioctl manifest generate --set profile=demo | kubectl delete -f - |