Skip to content

Istio

Referências


Instalação via Helm

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

kubectl label namespace istio-ingress istio-injection=enabled

Validação

helm ls -n istio-system
helm ls -n istio-ingress