Using Kubernetes KEDA to scale workers to 0 when not needed (blog.keyboardvagabond.com)
from ragingHungryPanda@piefed.keyboardvagabond.com to programming@programming.dev on 08 Jun 05:59
https://piefed.keyboardvagabond.com/c/programming/p/378730/using-kubernetes-keda-to-scale-workers-to-0-when-not-needed

Using Kubernetes Event Driver Autoscaling to scale worker pods to 0 based on reading queues or checking APIs. Implemented for Pixelfed, Bookwyrm, and gitea action runners, with the runners scaling up to 4 pods, with examples.

#kubernetes #programming #softwaredevelopment

threaded - newest

FleshStaysTogether@lemmygrad.ml on 08 Jun 06:17 collapse

Interesting use case for Gitea action runners. In a super small selfhosted context, it makes sense to only scale the resources up the few times they are needed and not have the runners sit idling waiting for a job that may not ever come.