Categories
Kafka Kubernetes Microservices NodeJS

NestJS on Kubernetes – Kubernetes for Developers

In this blog post, I will show you how to deploy a NestJS application on Kubernetes. NestJS is a Node.js framework that makes it easy to develop server-side applications. Kubernetes is a powerful open-source platform for managing containerized applications. Together, these two technologies can help you build and manage scalable applications quickly and easily. The […]

Categories
Docker

Docker Compose Kafka Setup (Confluent Cloud)

In this tutorial it is going to be explained how to set up a Docker Compose Kafka cluster for local development. We are going to bind the containers port to the host port so that Kafka is available for other compose stacks running on a different docker network. Four containers will be defined in the […]