by mguay | Jan 19, 2025 | Angular, Kubernetes, Lecture
In this lecture, we dive deep into Module Federation and its role in creating a microservices architecture for the frontend. Using Nx, we explore how to structure and configure a modular frontend that enables independent deployments while maintaining seamless...
by mguay | Oct 20, 2024 | Kubernetes, Lecture, NestJS, Node.js
In a Kubernetes environment, graceful termination is essential for ensuring smooth transitions during deployments or scaling in your Node.js applications. Learn how we can handle the SIGTERM signal that Kubernetes sends when terminating a pod. This allows Node.js to...
by mguay | Jun 29, 2024 | Kubernetes, Lecture
Learn how to implement Blue/Green deployments in Kubernetes and lower deployment risk. Install Istio - a powerful service mesh to implement routing...
by mguay | Mar 12, 2024 | Kubernetes, Lecture, NestJS
Learn how to integrate asynchronous messaging into your application & achieve scale with Apache Pulsar. Includes deployment on...
by mguay | Feb 8, 2024 | Kubernetes, Lecture
Learn how to implement continuous delivery for a Kubernetes cluster using ArgoCD. Includes deployment on AWS & automatic image...