k8s-custom-hpa

command module
v0.0.0-...-91f35d4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

README

Kubernetes custom HPA using prometheus

Kubernetes HPA using prometheus queries

Configuration

  • Yaml config file used to scale applications, mounted at /config/config.yaml

      - name: hello-world
        maxReplicas: 5
        minReplicas: 1
        query: up
        scaleFactor: 2```
    
    

Environment Variables

EnvVar Description Default
PROM_ENDPOINT Prometheus endoint to query prometheus:9090
CHECK_INTERVAL how often to query prometheus (in seconds) 120

Build

docker build . -t k8s-custom-hpa

Run the autoscaler

Needs to be run within a kubernetes cluster helm install -n autoscaler helm/k8s-custom-hpa

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL