lucasponce / kiali-commit-conf

Demo scripts used for Kiali Commit Conf talks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Demo scripts used for Kiali Commit Conf talks

License:Apache License 2.0


Languages

Language:Shell 98.4%Language:Dockerfile 1.6%