Continue working on exercise 1.

This commit is contained in:
2023-12-05 16:20:34 +13:00
parent dc63240981
commit e7c8793b00
2 changed files with 13 additions and 0 deletions

View File

@ -72,3 +72,16 @@ Right now, there are no applications or components to view in your `userX` proj
</Zoom>
## 1.5 - Launching a web terminal
While web interfaces are comfortable and easy to use, sometimes we want to quickly run commands to get things done. That is where the `oc` command line utility comes in.
One handy feature of the OpenShift web console is we can launch a web terminal that will create a browser based terminal that already has the `oc` command logged in and ready to use.
Let's launch a web terminal now by clicking the terminal button in the top right hand corner and then clicking **Start** with our `userX` project selected.
<Zoom>
![web-terminal](/ocp-app-delivery-workshop/static/images/web-terminal.gif)
</Zoom>