http-add-on VS keda

Compare http-add-on vs keda and see what are their differences.

keda

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes (by kedacore)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
http-add-on keda
9 95
353 8,380
6.2% 1.7%
8.7 9.5
13 days ago 2 days 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.

http-add-on

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

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-09-10.
  • 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/

  • Making EC2 boot time 8x faster
    3 projects | news.ycombinator.com | 23 May 2024
    I am a little confused by your mention of "EC2 autoscaler" and then "EC2 ASG" autoscaler, but if I'm hearing you correctly and you'd want "self managed ASGs," then you may have some success adapting Keda <https://github.com/kedacore/keda#readme> (or your-favorite-event-driven-gizmo) to monitor the metrics that interest you and driving ec2.LaunchInstances on the other side, since as very best I can tell that's what ASGs are doing just using their serverless-event-something-or-other versus your serverless-event-something-or-other. I would suspect you could even continue to use the existing ec2.LaunchTemplate as the "stamp out copies of these" system, since there doesn't appear to be anything especially ASG-y about them, just that is the only(?) consumer thus far
  • Ask HN: What's the right way to scale K8s for GPU workloads?
    1 project | news.ycombinator.com | 7 Apr 2024
    It seems you want something like KEDA (https://keda.sh)
  • Tortoise: Shell-Shockingly-Good Kubernetes Autoscaling
    4 projects | news.ycombinator.com | 21 Mar 2024
    Most just utilize out of the box macro resources available in HPA.

    For more advanced use cases there is keda - https://keda.sh/

  • Root Cause Chronicles: Quivering Queue
    5 projects | dev.to | 16 Jan 2024
    Thankfully KEDA operator was already part of the cluster, and all Robin had to do was create a ScaledObject manifest targeting the Dispatch ScaleUp event, based on the rabbitmq_global_messages_received_total metric from Prometheus.
  • Five tools to add to your K8s cluster
    4 projects | dev.to | 8 Dec 2023
    Keda
  • K8s latencies in chained services - Using RL?
    1 project | /r/kubernetes | 6 Dec 2023
  • Best Kubernetes DevOps Tools: A Comprehensive Guide
    2 projects | dev.to | 16 Oct 2023
    KEDA introduces event-driven scaling to Kubernetes workloads. It integrates with Kubernetes Horizontal Pod Autoscalers and can scale pods based on external metrics from services like databases and message queues (Kafka, RabbitMQ, MongoDB).

What are some alternatives?

When comparing http-add-on and keda you can also consider the following projects:

k8s-image-swapper - Mirror images into your own registry and swap image references automatically.

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

platelet - Dispatch system for emergency volunteer couriers.

argo - Workflow Engine for Kubernetes

relevant_xkcd - A reccomender engine for relavent xkcd comics

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

dbench - Benchmark Kubernetes persistent disk volumes with fio: Read/write IOPS, bandwidth MB/s and latency

karpenter-provider-aws - Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.

rsyscall - Process-independent interface to Linux system calls

helm - The Kubernetes Package Manager

DS4Windows - A reimagination of DS4Windows.

another-autoscaler - Another Autoscaler is a Kubernetes controller that automatically starts, stops, or restarts pods from a deployment at a specified time using a cron expression.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured