charts VS keda

Compare charts vs keda and see what are their differences.

charts

⚠️(OBSOLETE) Curated applications for Kubernetes (by helm)

keda

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes (by kedacore)
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
charts keda
28 102
15,373 9,073
- 1.7%
2.1 9.4
about 3 years ago 1 day ago
Go Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

charts

Posts with mentions or reviews of charts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-05.

keda

Posts with mentions or reviews of keda. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-20.
  • How We Cut Our Azure Cloud Costs by 3x — Solda.Ai’s Experience
    1 project | dev.to | 7 May 2025
    If you’re looking to implement a similar pattern, it’s worth noting that tools like KEDA can help you scale workloads based on event sources such as queue length. In our case, we decided to write a custom operator instead — mainly to retain full control and avoid relying on KEDA availability or support in our specific cloud provider setup.
  • Enabling HTTP-based Autoscaling in GKE with KEDA HTTP Add-on
    1 project | dev.to | 10 Feb 2025
    kubectl apply -f https://github.com/kedacore/keda/releases/download/v2.4.0/keda-operator.yaml
  • Resolving CRD Size Limit Issues with KEDA on Kubernetes
    1 project | dev.to | 1 Feb 2025
    Error from server (Request Entity Too Large): error when creating "https://github.com/kedacore/keda/releases/download/v2.12.1/keda-2.12.1.yaml": etcdserver: request is too large
  • Scaling Spin Apps With KEDA
    6 projects | dev.to | 20 Dec 2024
    KEDA (Kubernetes Event-Driven Autoscaling) extends Kubernetes’ scaling capabilities by allowing workloads to scale based on event-driven metrics such as message queue length, HTTP requests, or custom Prometheus queries. Unlike traditional Horizontal Pod Autoscalers (HPA) that rely solely on CPU or memory metrics, KEDA provides fine-grained control and adaptability to diverse application needs. For developers using SpinKube, KEDA enables efficient scaling of Spin apps based on application-specific metrics, making it easier to handle event-driven workloads in a Kubernetes environment. KEDA has a vast amount of built-in scalers to simplify integration with services running inside and outside of Kubernetes itself.
  • We've shipped App Hibernation feature in 3 days
    1 project | dev.to | 21 Oct 2024
    To address our goal, we had to look for a solution that could automatically scale resources based on HTTP request volumes. Fortunately, we quickly discovered KEDA, a Kubernetes-based Event-Driven Autoscaler, which proved to be an ideal fit for our needs. KEDA enables the scaling of any container in Kubernetes in response to event volumes from sources such as Kafka, RabbitMQ, or Prometheus. It was a perfect match, and we were thrilled to find a solution that met our requirements so seamlessly. With KEDA, the solution became surprisingly straightforward.
  • What :really: is Keda?
    1 project | dev.to | 14 Oct 2024
    My instinct is that Keda is a relatively simple piece of software. There's basically one file for managing the scaledobject and scaledjob
  • 12 Tools that will make Kubernetes management easier in 2024
    10 projects | dev.to | 10 Oct 2024
    Keda (Kubernetes Event-Driven Autoscaling) is an event-driven autoscale for Kubernetes workloads. Simply defined, it can scale an application based on the number of events needing to be handled.
  • Building the Same App Using Various Web Frameworks
    6 projects | news.ycombinator.com | 10 Sep 2024
    > lambda apps

    Yes, SST [1] uses lambdas heavily but makes it more seamless and less visible, just the place your code runs.

    I’ve also found Azure Container Apps to hit the right balance. It’s kubernetes under the hood, which you don’t have to mess with at all, except that it can use KEDA [2] scaling rules to scale your containers to zero, then scale up with any of the supported KEDA scalers like when a message hits a queue.

    [1] https://sst.dev/

    [2] https://keda.sh/

  • Deploy scalable, cost-effective event-driven workloads with Amazon EKS, KEDA, and Karpenter
    6 projects | dev.to | 26 Aug 2024
    KEDA is a Kubernetes-based autoscaler that dynamically adjusts the number of pods in your cluster based on the number of events needing to be processed. It is a lightweight, single-purpose component that integrates seamlessly with any Kubernetes cluster.
  • A skeptic's first contact with Kubernetes
    8 projects | news.ycombinator.com | 28 Jul 2024
    Look for example at the metrics exposed by kube state metrics: https://github.com/kubernetes/kube-state-metrics/tree/main/d...

    With controllers metrics + kube state metrics about most Kubernetes resources, you can easily build alerts when a resource fails to reconcile.

    > Basically, Horizontal Pod Autoscaler but with sensors which are not just "CPU"

    Take a look at KEDA, it's exactly this: https://keda.sh/

What are some alternatives?

When comparing charts and keda you can also consider the following projects:

external-dns - Configure external DNS servers dynamically from Kubernetes resources

argo - Workflow Engine for Kubernetes

prometheus-operator - Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes

k8s-prometheus-adapter - An implementation of the custom.metrics.k8s.io API using Prometheus

volcano - A Cloud Native Batch System (Project under CNCF)

istio - Connect, secure, control, and observe services.

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Go is
the 4th most popular programming language
based on number of references?