Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cristov committed Aug 13, 2018
2 parents c8a1f3f + 7dd3739 commit 3c9bb8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Phase2/202-service-mesh/readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ You should now be able to run the `istioctl` CLI
Install Istio using `kubectl`. This will install Istio into its own namespace, `istio-system`. Change to the
directory where you downloaded Istio in the step above.

kubectl apply -f install/kubernetes/istio.yaml
kubectl apply -f install/kubernetes/istio-demo.yaml

Check the Istio has been installed. Note that Istio is installed into its own namespace.

Expand Down Expand Up @@ -288,7 +288,7 @@ po/istio-pilot-1811250569-mmfdg 1/1 Running 0 1m
We'll use a sample application developed by the Istio team to check out the Istio features. Since we are using
the manual method of injecting the Envoy sidecar into the application, we need to use the `istioctl` as shown below.

kubectl apply -f <(istioctl kube-inject -f samples/bookinfo/kube/bookinfo.yaml)
kubectl apply -f <(istioctl kube-inject -f samples/bookinfo/platform/kube/bookinfo.yaml)

This will deploy the BookInfo application, which consists of 4 microservices, each written using a different language,
which collaborate to show book product information, book details and book reviews. Each microservice is deployed in its own pod, with the Envoy proxy injected into the pod; Envoy will now take over all network communications between
Expand Down Expand Up @@ -466,4 +466,4 @@ You are now ready to continue on with the workshop!
>|Next image:go-next.png[alt="go Next",link=../203-cluster-upgrades,width=50]

2+^|link:../readme.adoc[Go to Phase2 Index]
|=====
|=====

0 comments on commit 3c9bb8a

Please sign in to comment.