How to setup kube-aggregator?

6/9/2017

Using Kubernetes 1.6.4 and want to enable custom metrics for autoscaling but it require kube-aggregator, I did not find any doc to setup it and integrate with api servers. Any help Thanks

-- Pawan Kumar
kubernetes

1 Answer

6/3/2018

You need k8s 1.7+ version to use k8s API aggregator feature, and follow below github project which has all required files to setup a metrics server, custom metrics using Prometheus adaptor

https://github.com/pawankkamboj/k8s-custom-metrics

-- Pawan Kumar
Source: StackOverflow