Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion accessing-your-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ You should see something like this:

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

- Exec into the frontend pod with the command `kubectl exec -it frontend -- /bin/sh`.
- 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`.

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

Expand Down