Introducing the Joget Operator for Red Hat OpenShift: Low Code App Deployment Made Easy



As an open source no-code/low-code platform to visually build enterprise web apps for coders and non-coders, Joget is a natural fit for modern cloud infrastructure technologies especially Kubernetes.

The Joget Operator has been released to further simplify and accelerate app development on Red Hat OpenShift. It has achieved Red Hat OpenShift Operator Certification, and is now available in the OpenShift Embedded OperatorHub. The Joget Operator helps to automate the deployment of Joget within minutes, so that you can focus on rapidly delivering applications instead of worrying about infrastructure issues.

Kubernetes? OpenShift? Operator? If you are not familiar with these terms, fret not as these will be explained next.

Introduction to Kubernetes, OpenShift and Operators


     

Containers, Kubernetes and OpenShift

In a previous article Kubernetes: What the Hype is All About, we had introduced containers and Kubernetes. To recap:
  • Containers are a way of packaging software so that application code, libraries and dependencies are packed together in a repeatable way. Containers are lightweight and are suitable for deploying applications at a large scale.
  • Kubernetes is the de facto open source platform used to orchestrate containers i.e. how to deploy the containers, manage persistent storage, handle load and failures, etc. Like containers, Kubernetes is meant for large scale deployment of applications.
So how do we run containers in a Kubernetes environment? In simplified terms, you would create a set of Pods (an object that contains one or more containers) in a Deployment that runs on Nodes (machines, VMs, physical servers, etc). You would also need a Service to expose the containers to the network, as well as a Volume for shared storage.

Simplified view of Kubernetes objects

Powerful as it may be, Kubernetes is not easy to implement. It is not a complete stack, with many missing pieces. To address that, the Red Hat OpenShift Container Platform is packaged as a comprehensive enterprise Kubernetes platform providing those missing components (like improved monitoring, logging, a container registry, web console UI and build automation along with commercial support).

Operators and OperatorHub

Notice the number of objects required even for a basic Kubernetes deployment? Doing so manually for one deployment might be feasible, but as you might imagine, doing this at scale would be a nightmare. And this is not even considering the maintenance aspect, when things go wrong or when upgrades are required.

To solve this conundrum, the concept of Operators were introduced in 2016. Operators are essentially applications within Kubernetes that are coded (or configured) to automate these infrastructure tasks. The goal for an Operator is to replace the knowledge and tasks that human administrators perform, to foster a self-managed environment. Once you install an Operator, it will automatically monitor and perform the necessary installation and management tasks such as deploying containers, creating services, mounting persistent storage, and so on.

The latest version of OpenShift, Red Hat OpenShift 4, is powered internally by Operators such that even its internal components and services are all Operator managed.

To make it easier for OpenShift customers to discover and install add-on services and applications, OpenShift 4 now includes an embedded OperatorHub, a catalog of certified Operators from Red Hat partners and open source projects. Operators listed in the OperatorHub can be installed into the OpenShift cluster with one click, to be consumed by users when required.


To illustrate how Operators and the OperatorHub can simplify things, let’s consider how we deploy a Joget cluster running on JBoss Enterprise Application Platform (EAP). This was described in a post on the OpenShift blog entitled How to Automatically Scale Low Code Apps with Joget and JBoss EAP on OpenShift. In a nutshell, you perform the following steps:
  1. Deploy the Joget on JBoss EAP certified container image
  2. Add persistent storage
  3. Create service route for external access
  4. Configure JBoss EAP clustering
  5. Scale the Joget cluster to the number of required instances
Seems like quite a bit of work to get one deployment up and running. Imagine doing this multiple times for multiple deployments, and managing them over time.

Contrast this to using the Joget Operator, where once the Operator is installed, you perform the following steps:
  1. Create a Joget object, specifying how many instances are required
And that’s it! The previous manual steps described previously will all be automatically performed and managed by the Joget Operator. Sounds magical, doesn’t it?

Joget Operator Tutorial

Dive into a detailed tutorial on the Joget Operator in the OpenShift blog post Automating Low Code App Deployment on Red Hat OpenShift with the Joget Operator.


With OpenShift and Joget, you can go from no infrastructure to a functioning business application very quickly. To get started on the Joget platform, visit www.joget.org


Comments

Popular Posts

Building a No-Code Blockchain App with IBM Blockchain Platform and Joget on OpenShift

Blockchain Made Simple: No-Code Apps with Hyperledger Fabric and Joget

No-Code, Low-Code and Pro-Code: Why Flexibility is Essential for Digital Transformation

Blockchain 101: Understanding the Building Blocks of Blockchain Technology

DISINI™ Vehicle Inspection & Insurance App