Skip to content

ashiddo11/k8s-custom-hpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A kubernetes hpa that uses prometheus to scale

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published