You will get the best out of this chapter if you have the following:
- This chapter's exercise use dependencies from the previous chapter. Please make sure that you completed the exercises in the previous chapter before starting this one.
- Open a command-line window to follow this chapter to learn about Istio security by examples. Clone this book's GitHub directory:
$ cd ~/istio
$ git checkout $ISTIO_VERSION
$ cd scripts/02-security
- Make sure that all istio-lab pods are in a Ready 2/2 state:
$ kubectl -n istio-lab get pods
Once this is done, we're ready to begin!