K8s— KEDA, An Event-driven Autoscaler, Part One
KEDA introduction and why use it
Published in
5 min readJan 2
--
In my last article, I talked about “K8s — HPA” (Horizontal pod autoscaler), the default auto scaling component in K8s cluster.
HPA can make scaling decisions based on custom or externally provided metrics and works automatically after initial configuration. All you need to do is define the MIN and MAX…