Working with the OpenShift Terminal

To deploy the application, you will use the OpenShift Web Terminal.
This is a web-based terminal that allows you to execute commands on the OpenShift cluster from the OpenShift Console.

Opening the OpenShift Console

  • Access the OpenShift Console via this link:

    01 openshift console
  • When prompted, enter your credentials.

Open a Web Terminal

  • On the OpenShift Console, click on the Web Terminal icon in the top right corner:

    web term 1
  • Then, choose your existing project and click start:

    web term 2
  • After a few seconds, a Terminal interface will open.

  • This is where you will execute the commands in the next steps.