Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (16 loc) · 439 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 439 Bytes

How to install Istio

See details in the INSTALL.md

How to run demo cases

  1. Open separate console and run there:
kubectl proxy
  1. Open separate console and run script which will call service chain:
cd bin
call-customer-service.cmd
  1. Open separate console and use demo scripts in the script directory:
cd scripts