Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 722 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 722 Bytes

Istio lab

This lab is meant to be used as a minimal k8s + istio environment to easily & rapidly test istio functionalities

Requisites

Setup lab

Run task setup in the root of the repo, this will:

  1. Create a k3d cluster with several nodes.
  2. Install istio via helm charts.
  3. Configure an Istio gateway and an istio injection-enabled namespace.

You can then go to the ops dir and start applying individual examples

Tear up lab

Run task cleanup in the root of the repo