Chapter 4. Project deployment options with Red Hat Decision Manager

After you develop, test, and build your Red Hat Decision Manager project, you can deploy the project to begin using the business assets you have created. You can deploy a Red Hat Decision Manager project to a configured Decision Server, to an embedded Java application, or into a Red Hat OpenShift Container Platform environment for an enhanced containerized implementation.

The following options are the main methods for Red Hat Decision Manager project deployment:

Table 4.1. Project deployment options

Deployment optionDescriptionDocumentation

Deployment to an OpenShift environment

Red Hat OpenShift Container Platform combines Docker and Kubernetes and enables you to create and manage containers. You can install both Business Central and Decision Server on OpenShift. Red Hat Decision Manager provides templates that you can use to deploy a Red Hat Decision Manager authoring environment, managed server environment, immutable server environment, or trial environment on OpenShift. With OpenShift, components of Red Hat Decision Manager are deployed as separate OpenShift pods. You can scale each of the pods up and down individually, providing as few or as many containers as necessary for a particular component. You can use standard OpenShift methods to manage the pods and balance the load.

Deploying a Red Hat Decision Manager immutable server environment on Red Hat OpenShift Container Platform

Deploying a Red Hat Decision Manager authoring or managed server environment on Red Hat OpenShift Container Platform

Deploying a Red Hat Decision Manager environment on Red Hat OpenShift Container Platform using Operators

Deploying a Red Hat Decision Manager trial environment on Red Hat OpenShift Container Platform

Deployment to Decision Server

Decision Server is the server provided with Red Hat Decision Manager that runs the decision services, process applications, and other deployable assets from a packaged and deployed Red Hat Decision Manager project (KJAR file). These services are consumed at run time through an instantiated KIE container, or deployment unit. You can deploy and maintain deployment units in Decision Server using Business Central or using a headless Decision Manager controller with its associated REST API (considered a managed Decision Server instance). You can also deploy and maintain deployment units using the Decision Server REST API or Java client API from a standalone Maven project, an embedded Java application, or other custom environment (considered an unmanaged Decision Server instance).

Packaging and deploying a Red Hat Decision Manager project

Interacting with Red Hat Decision Manager using KIE APIs

Managing and monitoring Decision Server

Deployment to an embedded Java application

If you want to deploy Red Hat Decision Manager projects to your own Java virtual machine (JVM) environment, microservice, or application server, you can bundle the application resources in the project WAR files to create a deployment unit similar to a KIE container. You can also use the core KIE APIs (not Decision Server APIs) to configure a KIE scanner to periodically update KIE containers.

KIE Public API