helm repo add istio https://istio-release.storage.googleapis.com/charts
helm repo update
install helm charts
kubectl create namespace istio-system
helm install istio-base istio/base -f base.yaml -n istio-system
helm install istiod istio/istiod -f istiod.yaml --wait -n istio-system
kubectl create namespace istio-ingress
helm install istio-ingress istio/gateway -f ingress.yaml --wait