The repository is to support a Medium blog post on Istio.
Using pipenv in Mac
python3 -m pipenv install
curl -L https://istio.io/downloadIstio | sh -
cd istio-*
export PATH=$PWD/bin:$PATH
Instio profile https://istio.io/latest/docs/setup/additional-setup/config-profiles/
istioctl install --set profile=demo -y
istioctl profile dump
kubectl label namespace default istio-injection=enabled