rothgar / karpenter

Kubernetes Autoscaling: built for scalability and extensibility from the ground up.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Kubernetes Autoscaling: built for scalability and extensibility from the ground up.

License:Apache License 2.0


Languages

Language:Go 88.2%Language:Shell 9.8%Language:HTML 0.6%Language:Makefile 0.5%Language:Smarty 0.4%Language:SCSS 0.2%Language:Python 0.2%Language:JavaScript 0.1%