Skip to content

Scalable job processing with KEDA in Kubernetes

KEDA is a Kubernetes-based Event Driven Autoscaler. In this blog, you will see how we migrated a legacy integration service into Kubernetes and use KEDA for scaling. It explains a solution for short and long-running jobs that responds fast, is running resilient against deployments, and will be controlled based on load.

by Ralf Wehner / Infrastructure

Scaling Infrastructure Provisioning

Finding the balance between team autonomy and having an infrastructure team is hard. This post shares our approach to having a dedicated infrastructure team, while enabling product engineering teams to quickly provision their required infrastructure via a simple API.

by Yannick Epstein / Infrastructure