File tree Expand file tree Collapse file tree 2 files changed +373
-286
lines changed
online-boutique-demo/release Expand file tree Collapse file tree 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 [
1515
16161 . ` git clone https://github.com/hypertrace/hypertrace-samples.git `
17172 . ` 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.
2621
2722#### This is how your application will look like!
2823
You can’t perform that action at this time.
0 commit comments