Demo scripts used for Kiali Commit Conf talks
export to the PATH the istioctl
export PATH="$ISTIO_PATH/bin:$PATH"
Create the namespace for BookInfo
- Step One : Deploy BookInfo ProductPage and Details 1.1 Step One Phase 2 : Deploy Traffic generator
- Step Two : Deploy Ratings and Review V2
- Step Three : Deploy BookInfo Review V3
- Step Four : Deploy BookInfo ProductPage v2
- Step Five : Deploy a VirtualService/DestinationRule to make slower request to ProductPage V2
- Step Six : Deploy a VirtualService/DestinationRule to make abort 500 if region is spain
- Step Seven : Deploy IstioConfig on wrong namespace
- Step Eight : Observe TCP traffic installing ratings v2
- Step Nine : Adding Gateways for external traffic 9.1 Step Nine Phase 2 : Enabling and observing security