How to Develop Open Liberty Microservices on OpenShift

Open Liberty is a flexible Java application server. It comes with Eclipse MicroProfile, which is a set of tools and APIs to build microservices. With these technologies, I have created a simple hello world microservice that can be used as a template for your own microservices. In this article, I describe how to deploy it to OpenShift.

The sample microservice is available as open source.