About 368 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 …

  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 …

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

  4. Scalers - KEDA

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

  5. 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 …

  6. 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 …

  7. Scaling Jobs - KEDA

    It can be useful to instruct KEDA to pause the autoscaling of objects, to do to cluster maintenance or to avoid resource starvation by removing non-mission-critical workloads.

  8. ScaledObject specification - KEDA

    This is the interval to check each trigger on. By default, KEDA will check each trigger source on every ScaledObject every 30 seconds. When scaling from 0 to 1, the polling interval is …

  9. The KEDA Blog

    May 4, 2023 · In this blog post; we will briefly explain the areas that need to be considered, how KEDA aims to make application auto-scaling simple, and why Alibaba Cloud’s Enterprise …

  10. Cron - KEDA

    apiVersion: keda.sh/v1alpha1 kind: ScaledObject metadata: name: cron-scaledobject namespace: default spec: scaleTargetRef: name: my-deployment minReplicaCount: 0 cooldownPeriod: 300 …