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

Latest commit

 

History

History
23 lines (18 loc) · 778 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 778 Bytes

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