Is there a way to get the Kubernetes version using Prometheus API?

12/13/2018

I have tried this metric cadvisor_version_info and I can get dockerVersion but no kubernetes version info.

-- joebert jacaba
api
kubernetes
prometheus
version

1 Answer

12/13/2018

With prometheus you shoul be able to get the info of your cluster using the kubernetes_build_info metric.

-- night-gold
Source: StackOverflow