Setup
-
This is a Workshop version available at http://bit.ly/istio-workshop-11
-
EtherPad URL: https://etherpad.wikimedia.org/p/istio-jconf
Prerequisite CLI tools
You will need in this tutorial:
-
Kubernetes
-
Mac OS:
brew install kubernetes-cli
-
oc (Openshift client)
-
Mac OS:
brew install openshift-cli
-
istioctl 1.1.7
-
curl
,gunzip
,tar
-
Mac OS: built-in or part of your bash shell
-
Fedora: should also be installed already, but just in case…
dnf install curl gzip tar
-
-
git
-
dnf install git
-
-
siege
-
MAC OS:
brew install siege
-
Fedora:
dnf install siege
-
-
envsubst
-
MAC OS:
brew install gettext; brew link --force gettext
-