kenm47 / autoscaler

Autoscaling components for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Autoscaler

Build Status

This repository contains autoscaling-related components for Kubernetes.

Getting the Code

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

About

Autoscaling components for Kubernetes

License:Apache License 2.0


Languages

Language:Go 95.1%Language:Shell 3.0%Language:Python 1.7%Language:Makefile 0.2%