Skip to content

Setup For Tutorials

Install Knative

For production installation of Knative, refer to the official Knative instructions. Iter8 can work with any Knative networking layer. For simplicity, we recommend Kourier as the Knative networking layer for Iter8 tutorials. You can install Knative-serving in your cluster with Kourier networking as follows. This also installs the OpenTelemetry metrics collector for Knative.

git clone https://github.com/iter8-tools/iter8.git
cd iter8
export ITER8=$(pwd)
$ITER8/samples/knative/quickstart/platform-setup.sh
Back to top