This lab is meant to be used as a minimal k8s + istio environment to easily & rapidly test istio functionalities
Run task setup
in the root of the repo, this will:
- Create a k3d cluster with several nodes.
- Install istio via helm charts.
- Configure an Istio gateway and an istio injection-enabled namespace.
You can then go to the ops dir and start applying individual examples
Run task cleanup
in the root of the repo