About 187 results
Open links in new tab
  1. KEDA | Kubernetes Event-driven Autoscaling

    With KEDA, you can drive the scaling of any container in Kubernetes based on the number of events needing to be processed. KEDA is a single-purpose and lightweight component that can be added …

  2. KEDA Concepts

    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 containers …

  3. 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.

  4. Deploying KEDA

    This command installs KEDA in a dedicated namespace (keda). You can customize the installation by passing additional configuration values with --set, allowing you to adjust parameters like replica …

  5. Scalers - KEDA

    KEDA External Scaler that can obtain metrics from OTel collector and use them for autoscaling.

  6. Scaling Deployments, StatefulSets & Custom Resources - KEDA

    With KEDA you can scale any workload defined as any Custom Resource (for example ArgoRollout resource). The scaling behaves the same way as scaling for arbitrary Kubernetes Deployment or …

  7. KEDA | Integrate with Prometheus

    Note: When you deploy the KEDA Operator without any scalers deployed, the only metric you will see is keda_build_info. As you deploy scalers, you will start to see some of the metrics listed above but it is …

  8. Setup Autoscaling with KEDA

    Follow the KEDA installation guide carefully, including any prerequisites specific to your Kubernetes setup. The installation guide provides instructions for different installation methods (e.g., YAML, …

  9. AWS SQS Queue - KEDA

    When identityOwner set to operator - the only requirement is that the KEDA operator has the correct IAM permissions on the SQS queue. Additional Authentication Parameters are not required.

  10. FAQ - KEDA

    KEDA stands for Kubernetes Event-driven Autoscaler. It is built to be able to activate a Kubernetes deployment (i.e. no pods to a single pod) and subsequently to more pods based on events from …