Installing Istio using a demo profile

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 istio
release "istio" deleted

$ helm del --purge istio-init
release "istio-init" deleted

We will install Istio using a demo profile:

$ cd ~/istio-$ISTIO_VERSION/
$ kubectl apply -f install/kubernetes/istio-demo.yaml
The Istio demo profile does not include strict mutual TLS, and this capability is enabled and explained in further detail in Chapter 11Exploring Istio Security Features.

In this section, we have seen three different methods of Istio install. Next, we want to verify whether the installation has been successful or not.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.147.104.120