{"id":13451500,"url":"https://github.com/kubernetes/autoscaler","last_synced_at":"2026-02-06T23:03:30.284Z","repository":{"id":37336883,"uuid":"87990209","full_name":"kubernetes/autoscaler","owner":"kubernetes","description":"Autoscaling components for Kubernetes","archived":false,"fork":false,"pushed_at":"2025-05-05T08:29:58.000Z","size":251169,"stargazers_count":8371,"open_issues_count":231,"forks_count":4094,"subscribers_count":138,"default_branch":"master","last_synced_at":"2025-05-05T16:05:57.606Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kubernetes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY_CONTACTS","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-04-12T00:03:40.000Z","updated_at":"2025-05-05T08:30:05.000Z","dependencies_parsed_at":"2023-10-20T21:04:48.112Z","dependency_job_id":"105cc992-1525-4fb3-9476-f9a67686e833","html_url":"https://github.com/kubernetes/autoscaler","commit_stats":{"total_commits":4829,"total_committers":797,"mean_commits":6.058971141781681,"dds":0.9324911990060054,"last_synced_commit":"a2b793d530022f7ffb96d26a47995a08d5ae343e"},"previous_names":[],"tags_count":339,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes%2Fautoscaler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes%2Fautoscaler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes%2Fautoscaler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes%2Fautoscaler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubernetes","download_url":"https://codeload.github.com/kubernetes/autoscaler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253818714,"owners_count":21969208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T07:00:54.798Z","updated_at":"2026-02-06T23:03:30.270Z","avatar_url":"https://github.com/kubernetes.png","language":"Go","funding_links":[],"categories":["HarmonyOS","Go","others","Execute example with Autoscaling","Base components","Autoscaler","Workload Orchestration \u0026 Scheduling","Integrations"],"sub_categories":["Windows Manager","Node Autoscaler","Rust"],"readme":"# Kubernetes Autoscaler\n\n[![Release Charts](https://github.com/kubernetes/autoscaler/actions/workflows/chart-release.yaml/badge.svg)](https://github.com/kubernetes/autoscaler/actions/workflows/chart-release.yaml) [![CA Tests](https://github.com/kubernetes/autoscaler/actions/workflows/ca-test.yaml/badge.svg)](https://github.com/kubernetes/autoscaler/actions/workflows/ca-test.yaml) [![VPA Tests](https://github.com/kubernetes/autoscaler/actions/workflows/vpa-test.yaml/badge.svg)](https://github.com/kubernetes/autoscaler/actions/workflows/vpa-test.yaml) [![GoDoc Widget]][GoDoc]\n\nThis repository contains autoscaling-related components for Kubernetes.\n\n## What's inside\n\n[Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler) - a component that automatically adjusts the size of a Kubernetes\nCluster 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.\n\n[Cluster Autoscaler Helm Chart](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/charts) - Supported Helm chart for Cluster Autoscaler.\n\n[Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler) - a set of components that automatically adjust the\namount of CPU and memory requested by pods running in the Kubernetes Cluster. Current state - beta.\n\n[Vertical Pod Autoscaler Helm Chart](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler/charts) - Supported Helm chart for Vertical Pod Autoscaler.\n\n[Addon Resizer](https://github.com/kubernetes/autoscaler/tree/master/addon-resizer) - a simplified version of vertical pod autoscaler that modifies\nresource requests of a deployment based on the number of nodes in the Kubernetes Cluster. Current state - beta.\n\n## Contact Info\n\nInterested in autoscaling? Want to talk? Have questions, concerns or great ideas?\n\nPlease join us on #sig-autoscaling at https://kubernetes.slack.com/, or join one\nof our weekly meetings.  See [the Kubernetes Community Repo](https://github.com/kubernetes/community/blob/master/sig-autoscaling/README.md) for more information.\n\n## Getting the Code\n\nFork the repository in the cloud:\n1. Visit https://github.com/kubernetes/autoscaler\n1. Click Fork button (top right) to establish a cloud-based fork.\n\nThe code must be checked out as a subdirectory of `k8s.io`, and not `github.com`.\n\n```shell\nmkdir -p $GOPATH/src/k8s.io\ncd $GOPATH/src/k8s.io\n# Replace \"$YOUR_GITHUB_USERNAME\" below with your github username\ngit clone https://github.com/$YOUR_GITHUB_USERNAME/autoscaler.git\ncd autoscaler\n```\n\nPlease refer to Kubernetes [Github workflow guide] for more details.\n\n[GoDoc]: https://godoc.org/k8s.io/autoscaler\n[GoDoc Widget]: https://godoc.org/k8s.io/autoscaler?status.svg\n[Github workflow guide]: https://github.com/kubernetes/community/blob/master/contributors/guide/github-workflow.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubernetes%2Fautoscaler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubernetes%2Fautoscaler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubernetes%2Fautoscaler/lists"}