Kubernetes Migration: From Lambda to a Cost-Optimized K8s Cluster

Introduction
This article documents our journey migrating from AWS Lambda to a self-managed Kubernetes cluster to handle high-concurrency API requests. We'll walk through our motivation, infr...