-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Hands-On Microservices with Kotlin
By :

When we have the code for our microservice ready, and our tests are completed, we are ready to start doing our deployment into production. In this section, we will learn how easily we can deploy our microservice in OpenShift Online and how we can manage it. Then, we will update our microservice code and trigger new deployments to complete the life cycle of deployments of our application.
In order to deploy our microservice, first we need to create an application in OpenShift Online, so we will log in to the OpenShift Online console. Remember that we got an URL in an email at the beginning of this chapter (in our example, it was https://console.starter-ca-central-1.openshift.com). Let's open it in our browser.
We may be asked to log in with our credentials, so let's introduce the one that we set up at the beginning of the chapter. The Catalog
should appear, showing different application templates to choose from:
OpenShift Catalog
We will choose the...