The most popular use case in current IT architecture is moving from Serverfull to Serverless design. There are cases where we might need to design a service in a Serverfull manner or move to Serverfull as part of operational cost. In this article, we will be showing how to run Kumologica flow as a docker container. Usually, the applications built on Kumologica are focussed on serverless computing like AWS Lambda, Azure function, or Google function but here we will be building the service very similar to a NodeJS express app running inside a container. 

The Plan

We will be building a simple hello world API service using a low code integration tooling and wrapping it as a docker image. We will then run the docker container using the image in our local machine.  Then test the API using an external client.

Leave a Reply

Your email address will not be published. Required fields are marked *