March 2020
Intermediate to advanced
626 pages
14h 45m
English
To show how to enable sidecar injection automatically, we will delete the existing istio-lab namespace, and we will redeploy bookinfo so that Istio is automatically enabled with the proxy for the new application. Follow these steps:
$ kubectl delete namespace istio-lab
:
$ kubectl create namespace istio-labnamespace/istio-lab created$ kubectl label namespace istio-lab istio-injection=enabled ...
Read now
Unlock full access