Kubernetes

KEDA ScaledJobs

This is a typical use-case that crops up in a backend service. A user calls an endpoint to change the state of a system. Say they wanted to enforce Multi Factor Authentication. This setting needs to be cascaded across ALL users for the system (or the tenant the user manages). Rolling out these …