March 2020
Intermediate to advanced
626 pages
14h 45m
English
The Istio install using direct YAML can be done by using the demo profile. This provides less flexibility compared to Helm, where we could override parameters using --set in the helm command line. This method is useful in a development environment.
If you installed Istio using Helm from the previous section, uninstall Istio using helm and tiller using the following commands:
$ helm del --purge istiorelease "istio" deleted$ helm del --purge istio-initrelease "istio-init" deleted
We will install Istio using a demo profile:
$ cd ~/istio-$ISTIO_VERSION/$ kubectl apply -f install/kubernetes/istio-demo.yaml
strictmutual TLS, and this capability is enabled and explained ...
Read now
Unlock full access