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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Image Hub is a sample application written to run on [Consul](https://meshery.lay
18
18
19
19
Image Hub supports Envoy-based data planes. Deployment instructions for each supported service mesh are below.
20
20
21
-
### Using Istio (pending [PR #196](https://github.com/layer5io/meshery-istio/pull/196)+release; clone and do make run for now):
21
+
### Using Istio
22
22
1) Use [Meshery](https://github.com/layer5io/meshery) to deploy [istio](https://github.com/layer5io/advanced-istio-service-mesh-workshop/blob/master/lab-1/README.md) and the Image Hub sample application (Management > Istio > Manage Sample Application Lifecycle > Image-Hub ) onto the Istio service mesh.
23
23
2) To map `imagehub.meshery.io` to the appropriate IP, run the following command to add the appropriate entry in the `"\etc\hosts"` file:
24
24
@@ -63,7 +63,7 @@ Image Hub supports Envoy-based data planes. Deployment instructions for each sup
63
63
1. After signing up, you should be redirected to the login page, where you can log in and start using the sample app.
64
64
1. On the main page, open up the network tab, and reload the page. This will allow you to see the request-response of the app.
65
65
1. Go ahead and click the download button a couple of times. You'll notice that there is nothing actually limiting you from crossing the number of pulls according to the plan you chose!
66
-
1. Alternatively, you could test the above by navigating to http://imagehub.meshery.io:<environment port>/pull and then looking at the request-responses.
66
+
1. Alternatively, you could test the above by navigating to http://imagehub.meshery.io:31118/pull and then looking at the request-responses.
67
67
68
68
## Deploying the Rate Limiter WASM Filter for Envoy
69
69
@@ -96,7 +96,7 @@ the command `kubectl delete pods <exact web pod name> <exact api pod name>`. Thi
0 commit comments