File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ versions:
36
36
37
37
### Deploy Istio
38
38
39
- In this example, Istio 0.5.0 is used.
39
+ In this example, Istio 0.5.1 is used.
40
40
41
41
```
42
42
$ curl -L https://git.io/getLatestIstio | sh -
43
- $ cd istio-0.5.0
43
+ $ cd istio-0.5.1
44
44
$ export PATH=$PWD/bin:$PATH
45
45
$ kubectl apply -f install/kubernetes/istio.yaml
46
46
```
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ This technique is mostly used when the tests are lacking or not reliable or if
13
13
there is little confidence about the stability of the new release on the
14
14
platform.
15
15
16
+ * In the following example we apply the poor man's canary using Kubernetes native
17
+ features (replicas). If you want a finer grained control over traffic shifting,
18
+ check the [ a/b testing example] ( ../ab-testing ) which contain an example of
19
+ traffic shifting using [ Isio] ( https://istio.io ) ).*
20
+
16
21
## Steps to follow
17
22
18
23
1 . 10 replicas of version 1 is serving traffic
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ the secondary deployment.
33
33
34
34
### Deploy Istio
35
35
36
- In this example, Istio 0.5.0 is used.
36
+ In this example, Istio 0.5.1 is used.
37
37
38
38
```
39
39
$ curl -L https://git.io/getLatestIstio | sh -
40
- $ cd istio-0.5.0
40
+ $ cd istio-0.5.1
41
41
$ export PATH=$PWD/bin:$PATH
42
42
$ kubectl apply -f install/kubernetes/istio.yaml
43
43
```
You can’t perform that action at this time.
0 commit comments