This repository contains sources for Polar Squad Istio workshop guide and material.
Clone this repository (git clone --recursive git://github.com/polarsquad/istio-workshop.git
) and start following the guide at https://polarsquad.github.io/istio-workshop
** NOTE: You don't need to do these steps, read the guide! These are only for developers who would like to run the guide locally.
- Clone this repository with submodules
git clone --recursive git://github.com/polarsquad/istio-workshop.git
- Install Go
make setup
To view the guide locally, run:
make serve
make build