January 2018
Intermediate to advanced
414 pages
10h 29m
English
Now that our application is running, we can manage through the OpenShift web console, or by using the command-line tools. On the web console, on the top left menu, we can select Application | Pods to see the instances of our microservices. It should show:

We can see here that there are two pods, one that was used to build our application, and another that is our application which is actually running. If we click on it, a new page should be displayed. In the new window, click on the tab logs.This should show us the log for our microservice.
Alternatively, we can use the command oc, OpenShift command line ...
Read now
Unlock full access