Deploying microservices in OpenShift

We will start by generating the service from the ControlPanel by configuring the necessary data: Git repository, Jenkins, etc.

As CaaS, we indicate OpenShift and the access parameters:

Once we have everything configured, we can generate the Docker image of our service with the Jenkins pipeline already generated:

And deploy it in an OpenShift namespace (we have used the Operations Console itself as an example to deploy it through this functionality):

To finally see how our Operations Console has been deployed in OpenShift:

Once deployed, we can also upgrade a microservice and add, delete or modify environment variables:

Â