kubernetes/autoscaler
Fork: 4335 Star: 8782 (更新于 2026-03-05 08:44:06)
license: Apache-2.0
Language: Go .
Autoscaling components for Kubernetes
最后发布版本: cluster-autoscaler-chart-9.54.1 ( 2026-01-10 02:20:09)
Kubernetes Autoscaler
This repository contains autoscaling-related components for Kubernetes.
What's inside
Cluster Autoscaler - a component that automatically adjusts the size of a Kubernetes Cluster so that all pods have a place to run and there are no unneeded nodes. Supports several public cloud providers. Version 1.0 (GA) was released with kubernetes 1.8.
Cluster Autoscaler Helm Chart - Supported Helm chart for Cluster Autoscaler.
Vertical Pod Autoscaler - a set of components that automatically adjust the amount of CPU and memory requested by pods running in the Kubernetes Cluster. Current state - beta.
Vertical Pod Autoscaler Helm Chart - Supported Helm chart for Vertical Pod Autoscaler.
Addon Resizer - a simplified version of vertical pod autoscaler that modifies resource requests of a deployment based on the number of nodes in the Kubernetes Cluster. Current state - beta.
Contact Info
Interested in autoscaling? Want to talk? Have questions, concerns or great ideas?
Please join us on #sig-autoscaling at https://kubernetes.slack.com/, or join one of our weekly meetings. See the Kubernetes Community Repo for more information.
Getting the Code
Fork the repository in the cloud:
- Visit https://github.com/kubernetes/autoscaler
- Click Fork button (top right) to establish a cloud-based fork.
The code must be checked out as a subdirectory of k8s.io, and not github.com.
mkdir -p $GOPATH/src/k8s.io
cd $GOPATH/src/k8s.io
# Replace "$YOUR_GITHUB_USERNAME" below with your github username
git clone https://github.com/$YOUR_GITHUB_USERNAME/autoscaler.git
cd autoscaler
Please refer to Kubernetes Github workflow guide for more details.
最近版本更新:(数据更新于 2026-01-28 00:32:08)
2026-01-10 02:20:09 cluster-autoscaler-chart-9.54.1
2025-12-22 22:10:59 vertical-pod-autoscaler-chart-0.8.0
2025-12-15 13:48:11 vertical-pod-autoscaler-chart-0.7.0
2025-12-10 09:05:59 cluster-autoscaler-chart-9.54.0
2025-12-04 08:10:52 cluster-autoscaler-chart-9.53.0
2025-12-01 20:27:16 cluster-autoscaler-1.34.2
2025-12-01 20:27:12 cluster-autoscaler-1.33.3
2025-12-01 20:27:09 cluster-autoscaler-1.32.5
2025-11-21 00:54:28 vertical-pod-autoscaler-chart-0.6.0
2025-11-01 05:01:49 cluster-autoscaler-1.30.7
kubernetes/autoscaler同语言 Go最近更新仓库
2026-03-10 18:52:02 golangci/golangci-lint
2026-03-09 19:33:44 sbondCo/Watcharr
2026-03-09 18:59:12 charmbracelet/lipgloss
2026-03-09 18:58:01 charmbracelet/bubbletea
2026-03-09 17:33:06 semaphoreui/semaphore
2026-03-09 15:19:18 Ullaakut/cameradar
