Por acaso, a versão do branch master do Heapster não é compatível com alguns clusters do Kubernetes. Eu tentei seguir a versão beta mais recente e funciona.
Eu implantei heapster com influxdb e grafana seguindo guia heapster-influxDB . Ao acessar a instância grafana, não pude ver nenhum dado em gráficos (serviço grafana exposto ao exterior do NodePort). Não há erros nos registros heapster e influxdb como anexados abaixo.
Qual poderia ser o problema aqui? Realmente aprecio um feedback positivo.
$ kubectl version
Server Version: version.Info{Major:"1", Minor:"1", GitVersion:"v1.1.3", GitCommit:"6a81b50c7e97bbe0ade075de55ab4fa34f049dc2", GitTreeState:"clean"}
Painel Grafana
ConfiguraçõesdafontededadosdoGrafana
registrosdeheapster
I051010:33:12.5569741heapster.go:60]/heapster--source=kubernetes:https://kubernetes.default--sink=influxdb:http://monitoring-influxdb:8086I051010:33:12.5571111heapster.go:61]Heapsterversion1.1.0-beta1I051010:33:12.5573941configs.go:60]UsingKubernetesclientwithmaster"https://kubernetes.default" and version "v1"
I0510 10:33:12.557414 1 configs.go:61] Using kubelet port 10255
I0510 10:33:12.619309 1 influxdb.go:199] created influxdb sink with options: host:monitoring-influxdb:8086 user:root db:k8s
I0510 10:33:12.619546 1 heapster.go:87] Starting with InfluxDB Sink
I0510 10:33:12.619601 1 heapster.go:87] Starting with Metric Sink
I0510 10:33:12.637683 1 heapster.go:166] Starting heapster on port 8082
I0510 10:33:35.000319 1 manager.go:79] Scraping metrics start: 2016-05-10 10:33:00 +0000 UTC, end: 2016-05-10 10:33:30 +0000 UTC
I0510 10:33:35.292539 1 manager.go:152] ScrapeMetrics: time: 292.067849ms size: 78
I0510 10:33:35.300239 1 influxdb.go:177] Created database "k8s" on influxDB server at "monitoring-influxdb:8086"
I0510 10:34:05.000270 1 manager.go:79] Scraping metrics start: 2016-05-10 10:33:30 +0000 UTC, end: 2016-05-10 10:34:00 +0000 UTC
I0510 10:34:05.274965 1 manager.go:152] ScrapeMetrics: time: 274.615057ms size: 78
I0510 10:34:35.000246 1 manager.go:79] Scraping metrics start: 2016-05-10 10:34:00 +0000 UTC, end: 2016-05-10 10:34:30 +0000 UTC
I0510 10:34:35.247562 1 manager.go:152] ScrapeMetrics: time: 247.236807ms size: 78
I0510 10:35:05.000265 1 manager.go:79] Scraping metrics start: 2016-05-10 10:34:30 +0000 UTC, end: 2016-05-10 10:35:00 +0000 UTC
Logs do Influxdb link
Consulte os arquivos yaml que eu usei. link
Dados do influxo de dados link
Dados da API do heapster link
Por acaso, a versão do branch master do Heapster não é compatível com alguns clusters do Kubernetes. Eu tentei seguir a versão beta mais recente e funciona.
Tags kubernetes