File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
content/en/scenarios/debug-problems/profiling Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,8 @@ cd workshop/profiling
3434
3535Now that the application is deployed, let's play with it and generate some observability data.
3636
37- Get the external IP address for your application instance using the following command:
38-
39- ```` bash
40- kubectl describe svc doorgame | grep " LoadBalancer Ingress"
41- ````
42-
43- The output should look like the following:
44-
45- ```` text
46- LoadBalancer Ingress: 52.23.184.60
47- ````
48-
49- You should be able to access The Door Game application by pointing your browser to port 81 of the provided IP address. For example:
37+ You should be able to access The Door Game application by pointing your browser to port 81
38+ of the IP address for your EC2 instance. For example:
5039
5140```` text
5241http://52.23.184.60:81
You can’t perform that action at this time.
0 commit comments