Skip to content

Commit 40b9708

Browse files
authored
Update README.md
1 parent ab9cf45 commit 40b9708

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lab-3/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ To just get the first port of istio-ingressgateway service, we can run this:
7373
```sh
7474
kubectl get service istio-ingressgateway -n istio-system --template='{{(index .spec.ports 1).nodePort}}'
7575
```
76+
### 3.2.2 - Create a DNS entry:
77+
78+
Modify you local `/etc/hosts` file to add an entry for your sample application.
79+
80+
`127.0.0.1. bookinfo.meshery.io`
7681

7782
The HTTP port is usually 31380.
7883

0 commit comments

Comments
 (0)