March 2020
Intermediate to advanced
626 pages
14h 45m
English
This concludes the Istio hands-on-exercises in this chapter. Now, it's time to clean up before we finish. Run the following commands:
$ cd istio-$ISTIO_VERSION/install/kubernetes$ kubectl -n istio-system delete -f istio-demo.yaml$ kubectl delete ns istio-lab# Delete the keepalived pod security policy$ kubectl delete psp kube-keepalived-vip
The preceding commands will uninstall Istio and bookinfo to free up resources in the VM.
Read now
Unlock full access