/istio-workshop

Istio workshop material and guide

Primary LanguageJavaScriptMIT LicenseMIT

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