Skip to content

Commit 9149df3

Browse files
authored
Update instructions for accessing frontend pod
1 parent e868f1c commit 9149df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accessing-your-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ You should see something like this:
194194

195195
(If you don't, you might need to refresh the page.)
196196

197-
- Exec into the frontend pod with the command `kubectl exec -it frontend -- /bin/sh`.
197+
- In a new terminal (in vscode you can click the "+" button on the right side of the current terminal), exec into the frontend pod with the command `kubectl exec -it frontend -- /bin/sh`.
198198

199199
- Execute a curl command to the backend `curl http://<BACKEND_IP>:5000`.
200200

0 commit comments

Comments
 (0)