http-add-on
keda
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 |
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
-
Autoscaling Ingress controllers in Kubernetes
KEDA ships with an HTTP add-on to enable HTTP scaling.
-
Request-based autoscaling in Kubernetes: scaling to zero
KEDA has a special scaler that creates an HTTP proxy that measures and buffers requests before they reach the app.
- How to descale to zero?
-
Ask HN: Who Wants to Collaborate?
I am a core maintainer on the KEDA HTTP Addon project (https://github.com/kedacore/http-add-on). It's 100% written in Go and we are a small group looking for additional contributors. I believe there are interesting challenges ahead of us that will be enjoyable to solve.
If you're interested, please reach out. My username here is the same as my username on the Gophers and Kubernetes slack groups.
(You're of course welcome to just go pick up an issue in the repo if you'd prefer)
-
Synchronizing the KEDA HTTP Addon Request Routing Table Across Hundreds of Interceptor Pods
The KEDA HTTP Addon project contains three major components: the operator, scaler and interceptor.
-
Fan-in / Fan-out with Go
Hacking on the KEDA HTTP Addon, I found myself having to do something familiar:
- Ask r/kubernetes: What are you working on this week?
-
Next Steps for KEDA HTTP
First, we need to finish the minimal infrastructure. The components and supporting artifacts (Helm charts, CI scripts, etc...) are being built in PR #2, and once we have them completed, we will merge it [5]. Second, we need to establish a roadmap. We're beginning to outline it now and will finish it shortly after merging.
keda
-
Building the Same App Using Various Web Frameworks
> 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
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
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
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?
It seems you want something like KEDA (https://keda.sh)
-
Tortoise: Shell-Shockingly-Good Kubernetes Autoscaling
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
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
Keda
- K8s latencies in chained services - Using RL?
-
Best Kubernetes DevOps Tools: A Comprehensive Guide
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?
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.