Our PDF workers were crashing mid-job because the nodes didn't have enough memory to finish the work. We moved them to a dedicated high-memory pool. KEDA scales that pool to zero between jobs, so you only pay while work is actually running.The cost savings came later. The problem we were actually...
Tweet It’s been more than a decade since I last worked with geospatial data such as coordinates, geofences, asset tracking, and related topics. Back in 2011–2013, I was part of a team that built a cloud-native solution for asset tracking and logistics. We had to build almost everything from...
Tweet This article will be a practical one as I intend to showcase a fully automated setup of Keycloak for local testing. However, unlike so many examples out there, this article aims to deploy a production-level Keycloak deployment that uses a Certificate Manager, Sealed Secrets, and PostgreSQL...
Introduction The purpose of this post is to expose a bug (at least I think it’s a bug) with Fargate + AWS EKS. The bug appears when a pod running on Fargate is OOMKilled multiple times. The pod is restarted over and over as expected but at some point, it loses networking configuration. How to...