1 Repo
Selection of compute instances by modeling pod resource requirements against available hardware specifications.
Distinct from Hardware-Based Instance Selection: Uses simulation and modeling of pod requirements rather than just static hardware constraint matching.
Explore 1 awesome GitHub repository matching devops & infrastructure · Resource Simulation Selection. Refine with filters or upvote what's useful.
karpenter-provider-aws is a Kubernetes node autoscaler and infrastructure provider for AWS. It serves as a node lifecycle manager and cluster cost optimizer that automatically provisions and removes compute instances based on the resource requirements of pending pods. The project distinguishes itself through advanced AWS spot instance orchestration and price-capacity optimized selection to reduce cloud spend. It minimizes costs by consolidating underutilized nodes and prioritizing spot or reserved instances over on-demand capacity, while proactively migrating workloads before cloud provider i
Models pod resource requirements against available instance types to select the most cost-effective compute options.