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: modules/ossm-tutorial-bookinfo-install.adoc
+41-5Lines changed: 41 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This PROCEDURE module included in the following assemblies:
7
7
[id="ossm-tutorial-bookinfo-install_{context}"]
8
8
= Installing the Bookinfo application
9
9
10
-
This tutorial walks you through how to create a Bookinfo project, deploying the Bookinfo application, and run Bookinfo on {product-title} with {ProductShortName} {ProductVersion}.
10
+
This tutorial walks you through how to create a sample application by creating a project, deploying the Bookinfo application to that project, and viewing the running application in {ProductShortName}.
{ProductName} implements auto-injection differently than the upstream Istio project. This procedure uses a version of the `bookinfo.yaml` file annotated to enable automatic injection of the Istio sidecar for {ProductName}.
98
+
You should see output similar to the following:
99
+
+
100
+
[source,terminal]
101
+
----
102
+
service/details created
103
+
serviceaccount/bookinfo-details created
104
+
deployment.apps/details-v1 created
105
+
service/ratings created
106
+
serviceaccount/bookinfo-ratings created
107
+
deployment.apps/ratings-v1 created
108
+
service/reviews created
109
+
serviceaccount/bookinfo-reviews created
110
+
deployment.apps/reviews-v1 created
111
+
deployment.apps/reviews-v2 created
112
+
deployment.apps/reviews-v3 created
113
+
service/productpage created
114
+
serviceaccount/bookinfo-productpage created
115
+
deployment.apps/productpage-v1 created
116
+
----
94
117
+
95
118
. Create the ingress gateway by applying the `bookinfo-gateway.yaml` file:
. Set the value for the `GATEWAY_URL` parameter. You can use this variable to find the URL for your Bookinfo product page later. In this example, `istio-system` is the name of the control plane project.
125
+
You should see output similar to the following:
126
+
+
127
+
[source,terminal]
128
+
----
129
+
gateway.networking.istio.io/bookinfo-gateway created
130
+
virtualservice.networking.istio.io/bookinfo created
131
+
----
132
+
+
133
+
. Set the value for the `GATEWAY_URL` parameter:
134
+
+
135
+
[NOTE]
136
+
====
137
+
Replace `<control_plane_project>` with the name of your control plane project. In this example, the control plane project is `istio-system`.
0 commit comments