kubernetes/autoscaler
Fork: 3970 Star: 8065 (更新于 2024-11-02 20:12:04)
license: Apache-2.0
Language: Go .
Autoscaling components for Kubernetes
最后发布版本: cluster-autoscaler-1.30.2 ( 2024-07-18 19:54: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.
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.
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.
Charts - Supported Helm charts for components above.
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.
最近版本更新:(数据更新于 2024-09-09 07:39:42)
2024-07-18 19:54:09 cluster-autoscaler-1.30.2
2024-07-18 19:46:50 cluster-autoscaler-1.29.4
2024-07-18 19:41:46 cluster-autoscaler-1.28.6
2024-06-19 23:59:43 addon-resizer-1.8.22
2024-05-29 19:20:10 cluster-autoscaler-1.30.1
2024-05-29 19:13:15 cluster-autoscaler-1.29.3
2024-05-29 19:10:18 cluster-autoscaler-1.28.5
2024-05-29 19:06:31 cluster-autoscaler-1.27.8
2024-05-17 03:02:48 vertical-pod-autoscaler-1.1.2
2024-05-16 00:41:22 addon-resizer-1.8.21
kubernetes/autoscaler同语言 Go最近更新仓库
2024-11-05 08:55:31 XTLS/Xray-core
2024-11-05 00:03:47 SagerNet/sing-box
2024-11-04 20:34:19 Permify/permify
2024-11-04 15:07:27 containerd/containerd
2024-11-03 20:10:56 flipped-aurora/gin-vue-admin
2024-11-03 00:46:25 dolthub/dolt