autoscaling
Here are 303 public repositories matching this topic...
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
-
Updated
Feb 17, 2022 - Go
Is your feature request related to a problem? Please describe.
Updating escalator config currently requires a pod restart. We should update escalator to automatically read new config upon changing on disk.
Describe the solution you'd like
Check for changes in nodegroup config before each run. If safe to do so, run with the new config.
*Describe alternatives you've considered
General purpose metrics adapter for Kubernetes HPA metrics
-
Updated
Mar 1, 2022 - Go
Important production-grade Kubernetes Ops Services
-
Updated
Sep 28, 2020 - Smarty
Autoscaling Spring Boot with the Horizontal Pod Autoscaler and custom metrics on Kubernetes
-
Updated
Mar 25, 2021 - Java
Describe the feature
Current Node Resource Controller update Kubernetes node ext resource with the predicted idle resource, all idle resources will be reallocated as ext resource which can be used by lower priority pods, especially for offline job, however this would leads the node resource to be exhausted, thus some of them would be evicted during the the execution.
So the request is to make
Terraform module which creates Auto Scaling resources on AWS
-
Updated
Mar 1, 2022 - HCL
Custom Pod Autoscaler program and base images, allows creation of Custom Pod Autoscalers
-
Updated
Feb 27, 2022 - Go
Automatically assign Elastic IPs to AWS EC2 Auto Scaling Group instances
-
Updated
Apr 28, 2020 - Python
Horizontal Pod Autoscaler built with predictive abilities using statistical models
-
Updated
Dec 28, 2021 - Go
Description
With the changes introduced in #227, Noma API calls for job scaling operations were updated to permit stale reads. We should update the remainder of Nomad API calls for consistency and decreased load on the Nomad Servers.
Sherpa is a highly available, fast, and flexible horizontal job scaling for HashiCorp Nomad. It is capable of running in a number of different modes to suit different requirements, and can scale based on Nomad resource metrics or external sources.
-
Updated
Mar 8, 2020 - Go
A community AWS SDK for Perl Programmers
-
Updated
Nov 7, 2021 - Perl
Custom controller that extends the Horizontal Pod Autoscaler
-
Updated
Mar 10, 2022 - Go
We have often see developer telling us the problems going on with WPA and then the first way to debug the issue is by going through WPA kubernetes logs for the queue to find what is going on. We should logs events for all the important thing that goes on with the WPA object.
Reasons:
- Easy to debug.
- Developer who does have access to wpa logs but has access to their WPA object can tro
Tool to build Docker cluster composition for Amazon EC2 Container Service(ECS)
-
Updated
Nov 3, 2017 - Go
Configure horizontal pod autoscaling with Istio metrics and Prometheus
-
Updated
Apr 6, 2021 - Dockerfile
The interceptor should be able to route requests for the same host to different services based on the request path.
Use-Case
When using an ingress controller, you can create Ingress objects that route different requests for the same host to different backend services, depending on the path portion of the request. This can be done by within a single Ingress object or across multiple of
Simple, elastic Kubernetes cluster autoscaler for AWS Auto Scaling Groups
-
Updated
Feb 27, 2019 - Python
Terraform module to provision Auto Scaling Group and Launch Template on AWS
-
Updated
Feb 23, 2022 - HCL
Magento 2 AWS autoscaling cluster with Terraform and Packer. Adobe Commerce Cloud alternative. The best ecommerce infrastructure. Drive more sales online. Transparent billing. Developer-friendly. No hidden bottlenecks.
-
Updated
Mar 2, 2022 - HCL
This plugin provides native AWS instrumentation for monitoring and metrics collection, including: health and metrics for various AWS services, such as EC2, RDS, ELB, and more, as well as handlers for EC2, SES, and SNS.
-
Updated
Jan 12, 2022 - Ruby
Libraries, samples, and tools to help AWS customers onboard with custom resource auto scaling.
-
Updated
Jan 17, 2020 - Python
The port limit constant (10) should be lifted into a constant and reused in our ports value validation, in the k8s get-port-range function, and anywhere else it is used.
-
Updated
Mar 4, 2022 - Shell
Rightsize and Autoscale Containers Intelligently for Performance and Cost Management in Kubernetes: A SLO Autoscaler
-
Updated
May 25, 2020 - Makefile
-
Updated
Dec 5, 2020 - JavaScript
A framework that runs on AWS Lambda for autoscaling ECS clusters and services
-
Updated
May 11, 2020 - Python
Improve this page
Add a description, image, and links to the autoscaling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the autoscaling topic, visit your repo's landing page and select "manage topics."


Proposal
Need to add support for
X-Scope-OrgIDheader as part of the query to a multi tenant cortex (prometheus metrics), since it's not possible to get a response without it when multi tenancy is enabled.Use-Case
We're using scalers from type prometheus, and recently moved to a multi tenant cortex to serve metrics from multiple different prometheus instances in different clusters.