pulumi / pulumi-eks

A Pulumi component for easily creating and managing an Amazon EKS Cluster
https://www.pulumi.com/registry/packages/eks/
Apache License 2.0
171 stars 81 forks source link

Integrate with Karpenter #1114

Open t0yv0 opened 7 months ago

t0yv0 commented 7 months ago

Hello!

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

t0yv0 commented 7 months ago

Related: https://github.com/pulumi/pulumi-eks/issues/371

There's a few more org:pulumi search hits on Karpenter.

t0yv0 commented 7 months ago

Courtesy of @jkodroff

mickdelaney commented 2 months ago

👍🏻