Rasmus Olsson kubernetes

3 workflows to diagnose a Kubernetes Pod

◷May 07, 2025

When something goes wrong in production (memory growth, CPU spikes, stuck threads, networking issues), you often need diagnostics from a running Kubernetes Pod. In this post I will...

Continue reading ›

Setting up DB migrations with .NET running in kubernetes

◷December 15, 2023

In this guide, we'll start by developing a universal .NET application designed for managing database migrations with DbUp. Our goal is to encapsulate this application within a Dock...

Continue reading ›