개요
설치 방법
- istio-base helm chart 릴리즈
- istiod helm chart 릴리즈
- istio-ingress chart 릴리즈
- (옵션) istio-egress helm chart 릴리즈
helm repo add istio https://istio-release.storage.googleapis.com/charts
helm repo update
helm install istio-base istio/base --version 1.24.0 -n istio-system --create-namespace --set defaultRevision=default
helm install istiod istio/istiod --version 1.24.0 -n istio-system --create-namespace --wait
helm install istio-ingress istio/gateway --version 1.24.0 -n istio-system --create-namespace --wait