

GitHub - kubernetes/autoscaler: Autoscaling components for Kubernetes
source link: https://github.com/kubernetes/autoscaler
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md
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. Works with GCP, AWS and Azure. 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.
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.
Recommend
-
50
README.md Escalator
-
34
Cutting costs with Google Kubernetes Engine: using the cluster autoscaler and Preemptibl...
-
65
Currently you have two options on Azure Kubernetes Service to run the cluster autoscaler. The first one is the integrated solution on the managed master control plane side. This one is in preview and only availab...
-
55
Using advanced Kubernetes autoscaling with Vertical Pod Au...
-
40
README.md
-
31
今天分享一下k8s的垂直缩放这块,垂直扩容会涉及到request的概念,所以这里我会多啰嗦一下request到底是怎么回事和docker的cpushares又有什么关系?垂直容器自动缩放器(VPA)简单说就是使用户无需设置最新的资源限制和对容器中容器的要求。配置后,它将根据使用情...
-
7
Debugging the Kubernetes Autoscaler using Cluster API and Docker 22 May 2020 In my previous post I gave a little background on the Cluster...
-
3
Building the Kubernetes autoscaler on Fedora 02 Mar 2020 Well… it’s been a minute since I wrote anything here. Sometimes life gets busy ;) Much of my time recently has been spent learning about the Kubernetes...
-
7
Auto-scale in Kubernetes using the Horizontal Pod Autoscaler Feb 152021-02-15T00:00:00+01:00 by Wolfgang Ofner 18 minRunning a performant, resilient application in the pre-cloud era was hard....
-
10
Kubez-autoscaler Overview kubez-autoscaler 通过为 deployment / statefulset 添加 annotations 的方式,自动维护对应 HorizontalPodAutoscaler 的生命周期. Prerequisit...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK