karpenter
by
kubernetes-sigs

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

View on GitHub ↗

Summary Information

Updated 5 minutes ago
Added to GitGenius on August 15th, 2024
Created on October 11th, 2022
Open Issues & Pull Requests: 232 (+0)
Number of forks: 514
Total Stargazers: 2,008 (+0)
Total Subscribers: 28 (+0)

Issue Activity (beta)

Open issues: 175
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 415 days
Stale 30+ days: 138
Stale 90+ days: 69

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 6
Events in 7 days: 14

Top labels

  • kind/feature (392)
  • kind/bug (297)
  • needs-priority (257)
  • needs-triage (236)
  • lifecycle/rotten (215)
  • triage/accepted (170)
  • triage/needs-information (110)
  • lifecycle/stale (60)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 57.9 days
90th percentile: 184.3 days
Tracked items: 678

Most active contributors

Detailed Description

Karpenter is a Kubernetes Node Autoscaler written in Go that manages cluster capacity by automatically provisioning and removing nodes based on workload demands. The project operates as a multi-cloud initiative under the kubernetes-sigs organization, with provider implementations maintained by AWS, Azure, AlibabaCloud, Bizfly Cloud, Clever Cloud, Cluster API, Exoscale, GCP, Hetzner, Huawei Cloud, IBM Cloud, Proxmox, Oracle Cloud Infrastructure, and Akamai/Linode. This broad ecosystem reflects Karpenter's design as a cloud-agnostic solution that abstracts away provider-specific infrastructure details.

The core functionality centers on four key operations: watching for pods marked as unschedulable by the Kubernetes scheduler, evaluating scheduling constraints including resource requests, node selectors, affinities, tolerations, and topology spread constraints, provisioning nodes that satisfy those requirements, and removing nodes when they are no longer needed. This approach enables efficient resource utilization and cost optimization by right-sizing cluster capacity to actual workload needs rather than maintaining static node pools.

GitGenius activity tracking reveals substantial community engagement across 678 tracked issues and pull requests, with a median response latency of zero hours indicating rapid triage and feedback cycles. The most frequently labeled issues fall into three categories: kind/feature requests with 319 items, needs-priority items with 255, and kind/bug reports with 245, suggesting an active development roadmap alongside ongoing maintenance. Jonathan-innis leads contributor activity with 621 tracked events, followed by jmdeal with 386 events and DerekFrank with 167 events, demonstrating consistent core team involvement in project governance.

The repository maintains active community engagement through multiple channels including dedicated Kubernetes Slack channels for both users and developers, bi-weekly working group meetings held at alternating times to accommodate global participation, and weekly issue triage meetings. The project has generated significant visibility through conference talks spanning from KubeCon presentations to Container Day appearances, with recent content addressing cluster update automation and workload consolidation strategies.

Karpenter's classification within the infrastructure-as-code and dynamic provisioning domains reflects its role in automating infrastructure decisions. The project addresses fundamental challenges in Kubernetes operations including capacity planning, cost optimization, and efficient computing by eliminating the need for manual node management or static cluster sizing. Its integration with spot instances and support for dynamic scaling enable organizations to reduce infrastructure costs while maintaining application availability.

The codebase attracts contributions from developers working on related projects, as evidenced by overlapping contributors with kubernetes/website, argoproj/argo-cd, and envoyproxy/gateway, indicating cross-pollination within the Kubernetes ecosystem. The project maintains clear contribution pathways through its contributor guide and actively encourages participation via good-first-issue and help-wanted labels, making it accessible to developers seeking to contribute to cloud-native infrastructure tooling.

karpenter
by
kubernetes-sigskubernetes-sigs/karpenter

Repository Details

Fetching additional details & charts...