$ 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
Delete istio horizontal expansion resource
*Currently dubbo-go relies on a single istiod instance for service discovery.
$ kubectl delete hpa istiod -n istio-system
After the installation is complete, you can see an istiod pod running normally under the istio-system namespace.