Heapster, grafana, influxdb not working with kubernetes 1.2?

5/25/2016

May I know what image version for heapster, grafana and influxdb is stable for kubernetes 1.2?

-- Madhurima Mishra
grafana
heapster
influxdb
kubernetes

1 Answer

5/25/2016

By default, Kubernetes 1.2.4 uses:

Heapster: v1.0.2 (heapster-controller.yaml)

Grafana: heapster_grafana:v2.6.0-2 (influxdb-grafana-controller.yaml)

InfluxDB: heapster_influxdb:v0.5 (also defined in influxdb-grafana-controller.yaml)

Take a look at this directory for all the related configs.

-- CJ Cullen
Source: StackOverflow