$ helm repo add istio https://istio-release.storage.googleapis.com/charts
$ kubectl create namespace istio-system
$ helm install istio-base istio/base -n istio-system
$ helm install istiod istio/istiod --namespace istio-system
删除istio 水平扩展资源
*目前 dubbo-go 依赖单个 istiod 实例进行服务发现。
$ kubectl delete hpa istiod -n istio-system
安装完成后,可以在 istio-system 命名空间下看到一个 istiod pod 在正常运行。