Implementing Kubernetes Jobs with NestJS and nest-commander: A Practical Guide (Ex. implementation with Ticketmaster)

Hey there! Ever found yourself knee-deep in building NestJS applications and thought, “Man, I wish I could bring this awesome structure to my command-line tools”? Well, you’re in luck! The nest-commander package does just that, letting you craft CLI applications with the same NestJS flair you know and love. But wait, there’s more! Imagine taking these slick CLI apps and running them as jobs in a Kubernetes environment. Sounds like a dream, right? That’s where the nestjs-job-commander repository comes into play. It’s a nifty example showing how to set up a job processing system using NestJS and nest-commander, all within Kubernetes. In this article, we’ll explore the details of this setup, breaking down the implementation so you can try it out yourself. Let’s get started! https://github.com/henriqueweiand/nestjs-job-commander Technologies used

Feb 18, 2025 - 22:39
 0
Implementing Kubernetes Jobs with NestJS and nest-commander: A Practical Guide (Ex. implementation with Ticketmaster)

Hey there! Ever found yourself knee-deep in building NestJS applications and thought, “Man, I wish I could bring this awesome structure to my command-line tools”? Well, you’re in luck! The nest-commander package does just that, letting you craft CLI applications with the same NestJS flair you know and love.

But wait, there’s more! Imagine taking these slick CLI apps and running them as jobs in a Kubernetes environment. Sounds like a dream, right? That’s where the nestjs-job-commander repository comes into play. It’s a nifty example showing how to set up a job processing system using NestJS and nest-commander, all within Kubernetes.

In this article, we’ll explore the details of this setup, breaking down the implementation so you can try it out yourself. Let’s get started!

https://github.com/henriqueweiand/nestjs-job-commander

Technologies used