Skip to main content
helm repo add istio https://istio-release.storage.googleapis.com/charts helm repo update kubectl create namespace istio-system

Install Istio Base Chart

helm install istio-base istio/base -n istio-system —set defaultRevision=default —create-namespace

Install Istiod (Control Plane)

helm install istiod istio/istiod -n istio-system —wait

Create Gateway and VirtualService for Your Application