Tag Archives: dependencies

KEDA: Kubernetes Event-Driven Autoscaling

Kubernetes Horizontal Pod Autoscaler (HPA) is limited to memory and CPU metrics. It can be extended with custom metrics, but that might not be enough either. KEDA (Kubernetes Event-Driven Autoscaling) might be the solution for all (horizontal) scaling needs.

Continue reading

Argo Events – Event-Based Dependency Manager for Kubernetes

Argo Events is an event-based dependency manager for Kubernetes that helps us connect applications through events.

Continue reading