File tree 2 files changed +373
-286
lines changed
online-boutique-demo/release
2 files changed +373
-286
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,9 @@ Use pre-built public container images that are easy to deploy by deploying the [
15
15
16
16
1 . ` git clone https://github.com/hypertrace/hypertrace-samples.git `
17
17
2 . ` cd online-boutique-demo `
18
- 2 . Run ` kubectl apply -f ./release/kubernetes-manifests.yaml ` to deploy the sample app.
19
- 3 . Run ` kubectl get pods ` to confirm pods are in a Ready state.
20
- 4 . Find the ` NodePort ` of your application, then visit the application at ` localhost:nodeport ` in your
21
- browser to confirm installation.
22
-
23
- ``` sh
24
- kubectl get service/frontend-external
25
- ```
18
+ 3 . Run ` kubectl apply -f ./release/kubernetes-manifests.yaml ` to deploy the sample app.
19
+ 4 . Run ` kubectl get pods ` to confirm pods are in a Ready state.
20
+ 5 . Then go to http://127.0.0.1 for web UI.
26
21
27
22
#### This is how your application will look like!
28
23
You can’t perform that action at this time.
0 commit comments