kubectl create namespace istio-system
git clone https://github.com/istio/istio
cd istio
git checkout release-1.3
kubectl apply -f install/kubernetes/helm/helm-service-account.yaml
helm init --service-account tiller
helm install install/kubernetes/helm/istio --name istio --namespace istio-system --set kiali.enabled=true --set gateways.istio-ingressgateway.type=NodePort
kubectl label namespace default istio-injection=enabled
Установка Istio в Kubernetes с помощью Helm
Published inCNCF
Be First to Comment