Skip to content

Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.

License

Notifications You must be signed in to change notification settings

aws/karpenter-provider-aws

Folders and files

NameName
Last commit message
Last commit date
Mar 24, 2025
Mar 24, 2025
Mar 13, 2025
Feb 26, 2025
Oct 31, 2024
Mar 18, 2025
Mar 26, 2025
Mar 18, 2025
Oct 9, 2024
Mar 26, 2025
Feb 7, 2025
Nov 7, 2023
Aug 21, 2024
Feb 24, 2024
Feb 10, 2025
Jul 13, 2022
Jul 14, 2021
Aug 20, 2020
Feb 26, 2025
Dec 8, 2020
Jul 8, 2024
Jan 25, 2023
Mar 24, 2025
Mar 24, 2025

CI GitHub stars GitHub forks GitHub License Go Report Card Coverage Status contributions welcome

Karpenter is an open-source node provisioning project built for Kubernetes. Karpenter improves the efficiency and cost of running workloads on Kubernetes clusters by:

  • Watching for pods that the Kubernetes scheduler has marked as unschedulable
  • Evaluating scheduling constraints (resource requests, nodeselectors, affinities, tolerations, and topology spread constraints) requested by the pods
  • Provisioning nodes that meet the requirements of the pods
  • Removing the nodes when the nodes are no longer needed

Come discuss Karpenter in the #karpenter channel, in the Kubernetes slack or join the Karpenter working group bi-weekly calls. If you want to contribute to the Karpenter project, please refer to the Karpenter docs.

Check out the Docs to learn more.

Talks