Skip to content

Commit d15f0b4

Browse files
committed
Update Blog “integrating-istio-and-spire”
1 parent f01ca9b commit d15f0b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/blog/integrating-istio-and-spire.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In this blog post, we will show you the steps you can use to install Istio and S
4242

4343
![](/img/picture2.png)
4444

45-
**1.3** You will notice a similar page as shown below. Click “create cluster to create a new cluster, or you can also choose from the already created clusters. Ensure that you choose a cluster that does not have Istio pre-deployed, since this exercise will deploy SPIRE and Istio together.
45+
**1.3** You will notice a page similar to the one shown below. Click **Create cluster** to create a new cluster, or you can also choose from the already created clusters. Ensure that you choose a cluster that does not have Istio pre-deployed, since this exercise will deploy SPIRE and Istio together.
4646

4747
![](/img/picture4.png)
4848

@@ -364,7 +364,7 @@ kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.17/samp
364364

365365
**5.5** Later after setting up ingress gateway and bookinfo gateway, we will view the dashboard, so for that you need to make these setting changes in your system proxy status.
366366

367-
Go to **Settings > Network > Proxy status >** Turn Use a **proxy server On**. In the exceptions field add your external IP address of kiali and ingressgateway service.
367+
Go to **Settings > Network > Proxy status >** Turn Use a **proxy server On**. In the exceptions field, add your external IP address of kiali and ingressgateway service.
368368

369369
You can get IPs of these services by following command:
370370

@@ -416,7 +416,7 @@ k8s-spiffe-integ-master-7j7fh-m67q9:~ echo "$GATEWAY_URL"
416416
172.16.17.5:80
417417
```
418418

419-
Curl into productpage using gateway URL using following command.
419+
Curl into the productpage using gateway URL using following command.
420420

421421
```shellsession
422422
k8s-spiffe-integ-master-7j7fh-m67q9:~ curl -v http://$GATEWAY_URL/productpage
@@ -433,14 +433,14 @@ k8s-spiffe-integ-master-7j7fh-m67q9:~ curl -v http://$GATEWAY_URL/productpage
433433
>
434434
```
435435

436-
You can generate traffic on product page by just reaching out to shown http URL.
436+
You can generate traffic on the product page by just reaching out to the shown http URL.
437437

438438
**Note:** Before reaching out to this page and kiali in further step, ensure that you have followed step 5.5 properly.
439439

440440
**5.9** **Kiali Dashboard**
441441

442-
Generate traffic on product page and observe the graphs on Kiali dashboard.
443-
Reach out to kiali dashboard in your browser by just copying external IP from above and http into that IP and port.
442+
Generate traffic on the product page and observe the graphs on the Kiali dashboard.
443+
Reach out to the kiali dashboard in your browser by just copying the external IP from above and http into that IP and port.
444444

445445
```shellsession
446446
http://<kiali_external_ip>:<port>

0 commit comments

Comments
 (0)