pulumi-eks
pulumi-eks copied to clipboard
Integrate with Karpenter
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Per https://aws.amazon.com/blogs/aws/introducing-karpenter-an-open-source-high-performance-kubernetes-cluster-autoscaler/
Before Karpenter, Kubernetes users needed to dynamically adjust the compute capacity of their clusters to support applications using Amazon EC2 Auto Scaling groups and the Kubernetes Cluster Autoscaler. Nearly half of Kubernetes customers on AWS report that configuring cluster auto scaling using the Kubernetes Cluster Autoscaler is challenging and restrictive.
We should look at how doing this with Pulumi as-is looks like and whether there's any opportunities to make it simpler.
Affected area/feature
Related: https://github.com/pulumi/pulumi-eks/issues/371
There's a few more org:pulumi search hits on Karpenter.
Courtesy of @jkodroff
👍🏻