Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

polarsquad/istio-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

istio-workshop

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

Development

** 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.

Prerequisites

  • Clone this repository with submodules git clone --recursive git://github.com/polarsquad/istio-workshop.git
  • Install Go
  • make setup

Serve

To view the guide locally, run:

make serve

Build

make build