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: docs/samples/bookinfo.md
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -37,36 +37,36 @@ This application is polyglot, i.e., the microservices are written in different l
37
37
{% capture prerequisites %}
38
38
_Note: The following instructions assume that you have access to a kubernetes cluster. To install kubernetes locally, checkout [minikube](https://github.com/kubernetes/minikube)_
39
39
40
-
1. Clone the istio GitHub repository and start the core Istio services (the istio-manager, the istio-mixer, and the istio ingress controller).
41
-
42
-
```bash
43
-
git clone https://github.com/istio/istio
44
-
cd istio
45
-
kubectl apply -f ./kubernetes/istio-install
46
-
```
47
-
48
-
_Note: the current version of the bookinfo application MUST use the `default` Kubernetes namespace._
40
+
1. Clone the istio GitHub repository and start the core Istio services (the istio-manager, the [Mixer](https://istio.io/docs/concepts/mixer.html), and the istio ingress controller).
49
41
50
-
2. If you would like to view the metrics collected by Istio proxies, you need to install the Prometheus addon and start a Grafana service as well.
42
+
```bash
43
+
git clone https://github.com/istio/istio
44
+
cd istio
45
+
kubectl apply -f ./kubernetes/istio-install
46
+
```
51
47
52
-
```bash
53
-
kubectl apply -f ./kubernetes/addons/
54
-
```
48
+
_Note: the current version of the bookinfo application MUST use the `default` Kubernetes namespace._
55
49
50
+
1. If you would like to view the metrics collected by Istio proxies, you need to install the [Prometheus](https://prometheus.io/) addon and start a [Grafana](https://grafana.com/) service as well.
51
+
52
+
```bash
53
+
kubectl apply -f ./kubernetes/addons/
54
+
```
55
+
56
56
The Grafana image provided as part of this sample contains a built-in Istio-dashboard that you can access from:
0 commit comments