Skip to content
Snippets Groups Projects
Select Git revision
  • 87fb6b43f8f0093c92bd2588d82708163e8158f3
  • master default protected
  • cluster-autoscaler-release-1.30
  • gh-pages
  • addon-resizer-release-1.8
  • cluster-autoscaler-release-1.33
  • cluster-autoscaler-release-1.32
  • cluster-autoscaler-release-1.31
  • vpa-release-1.4
  • vpa-release-1.3
  • vpa-release-1.2
  • cluster-autoscaler-release-1.29
  • revert-8078-wenx/master
  • x13n-patch-11
  • x13n-patch-10
  • x13n-patch-9
  • raywainman-patch-3
  • in-place-updates
  • raywainman-patch-2
  • raywainman-patch-1
  • x13n-patch-8
  • cluster-autoscaler-chart-9.47.0
  • cluster-autoscaler-1.33.0
  • vertical-pod-autoscaler/v1.4.1
  • vertical-pod-autoscaler-1.4.1
  • vertical-pod-autoscaler/v1.4.0
  • vertical-pod-autoscaler-1.4.0
  • vertical-pod-autoscaler/v1.3.1
  • vertical-pod-autoscaler-1.3.1
  • cluster-autoscaler-chart-9.46.6
  • cluster-autoscaler-chart-9.46.5
  • cluster-autoscaler-chart-9.46.4
  • cluster-autoscaler-1.30.4
  • cluster-autoscaler-1.31.2
  • cluster-autoscaler-1.32.1
  • cluster-autoscaler-chart-9.46.3
  • cluster-autoscaler-chart-9.46.2
  • cluster-autoscaler-chart-9.46.1
  • vertical-pod-autoscaler/v1.3.0
  • vertical-pod-autoscaler-1.3.0
  • addon-resizer-1.8.23
41 results

autoscaler

user avatar
Kubernetes Prow Robot authored
Update deps to Kubernetes 1.31.7 & bump CA version
87fb6b43
History

Kubernetes Autoscaler

Release Charts Tests GoDoc Widget

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:

  1. Visit https://github.com/kubernetes/autoscaler
  2. 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.