Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 437 Bytes

File metadata and controls

18 lines (15 loc) · 437 Bytes

Install

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