Category: Software, Kubernetes

TL;DR: In this article, we’re presenting our implementation of serverless computing over kubernetes. If your’e looking for a solution for your on-prem environment, stop using remote serverless providers, or just don’t want to pay them for maintainance, this is the place for you.

A viable solution for this is using the serverless idea, while using kubernetes as the platform to do so. In this article, I will take you through the thought process behind the decision to use serverless over kubernetes, and of course the implementation.

The purpose of this endpoint is to receive http requests from other services, create jobs out of these requests and send them to rabbitmq.

Related Articles