matsya icon indicating copy to clipboard operation
matsya copied to clipboard

Place ASGs on the right Spot Market

Results 13 matsya issues
Sort by recently updated
recently updated
newest added

It would be very neat to use matsya under the hood of kubernetes as a cluster wide autoscaler. Read more at https://github.com/kubernetes/contrib/tree/master/cluster-autoscaler

Changing the package from in.ashwanthkumar.matsya to package com.indix.matsya

Most often than not, it is common (atleast among us) to share subnets across clusters than create 3-4 subnets for each application. Since each application's scale might vary we could...

Given we've access to spot price history from the past (last 1000 points) - we could use that information to see how effective would our current approach of choosing an...

Today we just store last 100 spot price points per machine type, per AZ. We might need to convert that to # of days and that number should be configurable.

Today we just pick the AZ which is the cheapest, we might need to make it pluggable so that it is easy to try out various approaches.