mattjmcnaughton / personal-k8s

All the code for bootstrapping, managing, and deploying applications on my personal k8s cluster.
Apache License 2.0
4 stars 2 forks source link

Configure horizontal auto-scaling for an application #7

Open mattjmcnaughton opened 6 years ago

mattjmcnaughton commented 6 years ago

Issue I'd like to setup horizontal auto-scaling for an application on my personal-k8s-cluster (most likely my blog).

Implementation TBD.

Definition of Done

mattjmcnaughton commented 5 years ago

May want to look into installing https://github.com/DirectXMan12/k8s-prometheus-adapter so that we can use prometheus metrics for auto-scaling (https://itnext.io/horizontal-pod-autoscale-with-custom-metrics-8cb13e9d475).