Introduction
10 MINUTE EXERCISE
Please read the section at the bottom of this page about resource constraints and housekeeping. |
In this workshop you will learn how to develop and deploy a microservices based application.
The overall architecture of the application that you will deploy is the following:

During the various steps of the the workshop you will use CodeReady Workspaces, an online IDE that is running on Red Hat OpenShift to write, test and deploy these services:
-
Catalog Service exposes using a REST API content of a catalog stored in a relational database
-
Inventory Service exposes using a REST API the inventory stored in a relational database
-
Gateway Service calls the Catalog Service and Inventory Service in an efficient way
-
WebUI Service calls Gateway Service to retrieve all the informations.
The outcome is an online store with a catalog of product items and an inventory of stock:

In addition to the application code, you will learn how to deploy the various services to OpenShift and how to use it to route the trafic to these services and monitor them.
You will also have the opportunity to look at some optional steps such as debugging, continuous delivery, externalized configuration and more.
Developer Sandbox Housekeeping
The developer sandboxes are quite small in terms of assigned quota. We need to make sure that all other applications, deployments, imagestreams, routes, serices and persisten volumes have been deleted before we can get started with this workshop.
If you have an existing developer sandbox, now is a good time to do that. Make sure that you are cleaning both, dev and stage
.
Let’s start the workshop with the discovery of OpenShift and CodeReady Workspaces.