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

stn1slv/istio-demo-on-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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