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
AWS Kafka Kubernetes Microservices NodeJS

NestJS Kafka and Kubernetes

Welcome to this series of posts about microservices applications using NodeJS, NestJS Kafka, Kubernetes, and Amazon Elastic Kubernetes Service (EKS). In this series, we are going to cover a microservices setup composed of two applications, an API and a worker. In this post, we are going to create a REST API composed of basic CRUD […]