在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):kubernetes/autoscaler开源软件地址(OpenSource Url):https://github.com/kubernetes/autoscaler开源编程语言(OpenSource Language):Go 99.5%开源软件介绍(OpenSource Introduction):Kubernetes AutoscalerThis repository contains autoscaling-related components for Kubernetes. What's insideCluster 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 InfoInterested 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 CodeFork the repository in the cloud:
The code must be checked out as a subdirectory of 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. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论