
KEDA | Kubernetes Event-driven Autoscaling
KEDA is a single-purpose and lightweight component that can be added into any Kubernetes cluster. KEDA works alongside standard Kubernetes components like the Horizontal Pod …
The KEDA Documentation
Welcome to the documentation for KEDA, the Kubernetes Event-driven Autoscaler. Use the navigation to the left to learn more about how to use KEDA and its components. Additions and …
KEDA Concepts
What is KEDA? KEDA is a Kubernetes -based Event Driven Autoscaler. With KEDA, you can drive the scaling of any container in Kubernetes based on the number of events needing to be …
Deploying KEDA
Locate installed KEDA Operator in keda namespace, then remove created KedaController resource and uninstall KEDA operator. Deploying using the deployment YAML files Install . If …
KEDA | Scaling Deployments, StatefulSets & Custom Resources
Deployments and StatefulSets are the most common way to scale workloads with KEDA. It allows you to define the Kubernetes Deployment or StatefulSet that you want KEDA to scale based …
KEDA | Getting Started
Welcome to the documentation for KEDA, the Kubernetes Event-driven Autoscaler. Use the navigation bar on the left to learn more about KEDA’s architecture and how to deploy and use …
KEDA Concepts | KEDA
What is KEDA? KEDA is a tool that helps Kubernetes scale applications based on real-world events. It was created by Microsoft and Red Hat. With KEDA, you can adjust the size of your …
KEDA | Authentication
KEDA provides a few secure patterns to manage authentication flows: Configure authentication per ScaledObject; Re-use per-namespace credentials or delegate authentication with …
AWS SQS Queue - KEDA
identityOwner - Receive permissions on the SQS Queue via Pod Identity or from the KEDA operator itself (see below). (Values: pod , operator , Default: pod , Optional) When …
ScaledJob specification | KEDA
This specification describes the ScaledJob custom resource definition that defines the triggers and scaling behaviors use by KEDA to scale jobs. The .spec.ScaleTargetRef section holds the …