Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1001 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 1001 Bytes

kiali-commit-conf

Demo scripts used for Kiali Commit Conf talks

export to the PATH the istioctl

export PATH="$ISTIO_PATH/bin:$PATH"

BookInfo App

Create the namespace for BookInfo

  1. Step One : Deploy BookInfo ProductPage and Details 1.1 Step One Phase 2 : Deploy Traffic generator
  2. Step Two : Deploy Ratings and Review V2
  3. Step Three : Deploy BookInfo Review V3
  4. Step Four : Deploy BookInfo ProductPage v2
  5. Step Five : Deploy a VirtualService/DestinationRule to make slower request to ProductPage V2
  6. Step Six : Deploy a VirtualService/DestinationRule to make abort 500 if region is spain
  7. Step Seven : Deploy IstioConfig on wrong namespace
  8. Step Eight : Observe TCP traffic installing ratings v2
  9. Step Nine : Adding Gateways for external traffic 9.1 Step Nine Phase 2 : Enabling and observing security