You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mkdocs/docs/getting-started/quick-start.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ template: main.html
20
20
1. The [kubectl CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl/).
21
21
2. [Go 1.13+](https://golang.org/doc/install).
22
22
23
+
> **Note:** Please choose the same K8s stack (for example, Istio, KFServing, or Knative) consistently throughout this tutorial. If you wish to switch K8s stacks between tutorials, start from a clean K8s cluster (step 1 below), so that your cluster is correctly setup.
24
+
23
25
## 1. Create Kubernetes cluster
24
26
25
27
Create a local cluster using Kind or Minikube as follows, or use a managed Kubernetes cluster. Ensure that the cluster has sufficient resources, for example, 8 CPUs and 12GB of memory.
@@ -52,8 +54,6 @@ export ITER8=$(pwd)
52
54
## 3. Install K8s stack and Iter8
53
55
Choose the K8s stack over which you are performing the A/B testing experiment.
54
56
55
-
> **Note:** Please choose the same K8s stack consistently throughout the tutorial. If you finished running the tutorial for a specific stack, and wish to try it on another stack, start from Step 1 (i.e., a clean K8s cluster), so that your cluster is correctly setup.
56
-
57
57
=== "Istio"
58
58
Setup Istio, Iter8, a mock New Relic service, and Prometheus add-on within your cluster.
59
59
@@ -1183,7 +1183,7 @@ When the experiment completes, you will see the experiment stage change from `Ru
1183
1183
???+ info "Understanding what happened"
1184
1184
1. You created two versions of your app/ML model.
1185
1185
2. You generated requests for your app/ML model versions. At the start of the experiment, 100% of the requests are sent to the baseline and 0% to the candidate.
1186
-
3. You created an Iter8 experiment with A/B testing pattern and progressive deployment pattern. In each iteration, Iter8 observed the latency and error-rate metrics collected by Prometheus, and the user-engagement metric from New Relic, verified that the candidate satisfied all objectives, verified that the candidate improved over the baseline in terms of user-engagement, identified candidate as the winner, progressively shifted traffic from the baseline to the candidate, and promoted the candidate.
1186
+
3. You created an Iter8 experiment with A/B testing pattern and progressive deployment pattern. In each iteration, Iter8 observed the latency and error-rate metrics collected by Prometheus, and the user-engagement metric from New Relic; Iter8 verified that the candidate satisfied all objectives, verified that the candidate improved over the baseline in terms of user-engagement, identified candidate as the winner, progressively shifted traffic from the baseline to the candidate, and promoted the candidate.
0 commit comments