Questions tagged [heapster]
74 questions
0
votes
1 answer
No heapster filesystem metrics from REST API
I process a kubernetes proxy on my local machine through kubectl proxy.
And I deployed heapster onto my kubernetes environment as well as influxdb and grafana.
I can see the metrics of filesystem usage retrieved by grafana.
However, I cannot get…

Janewzh
- 29
- 1
- 6
0
votes
1 answer
Grafana shows dead kubernetes pods from influxdb
I'm using grafana heapster influxdb to monitor my kubernetes cluster and when I go into the pods section in the dashboard I need to sort through many pods which are no longer running.
How can I eliminate these pods from the database or at least…

Yonah Dissen
- 1,197
- 1
- 8
- 16
0
votes
1 answer
Performance metrics in Kubernetes Dashboard missing in Azure Kubernetes deployment
Update 2: I was able to get the statistics by using grafana and influxDB. However, I find this overkill. I want to see the current status of my cluster, not persee the historical trends. Based on the linked image, it should be possible by using the…

Thomas Hubregtsen
- 449
- 1
- 5
- 22
0
votes
1 answer
Kubernetes - Monitoring networking latency/bandwidth between servers
I have a Kubernetes cluster running in the Google Cloud consisting of 4 servers. What is the easiest way to monitor networking latency/bandwidth between the servers ?
Is it possible to have a "scriptable" solution so I can repeat the deployment on…

eramm
- 191
- 16
0
votes
0 answers
Error CrashLoopBackOff Heapster with Statsd Sink Configuration
I got error with the latest heapster version: v1.5.1. I've described in detail in this github issue link: https://github.com/kubernetes/heapster/issues/1969
The error message:
Container Timestamp Message
heapster Mar 2, 2018, 11:03:20 AM …

Agung Pratama
- 3,666
- 7
- 36
- 77
0
votes
1 answer
Can't resolve monitoring-influxdb on Kubernetes with heapster and kube-dns
I am trying to get Heapster working on my Kubernetes cluster. I am using Kube-DNS for DNS resolution.
My Kube-DNS seems to be set up correctly:
kubectl describe pod kube-dns-v20-z2dd2 -n kube-system
Name: kube-dns-v20-z2dd2
Namespace: …

stiller_leser
- 1,512
- 1
- 16
- 39
0
votes
2 answers
Heapster : Unauthorised, grafana: unauthorised
I deployed heapster+grafana+influxdb combination. And i got the result like this
$kubectl cluster-info
Kubernetes master is running at https://192.168.99.100:8443
Heapster is running at…

Mufeed
- 3,018
- 4
- 20
- 29
0
votes
1 answer
Getting Heapster and InfluxDB to communicate
I'm trying to get Heapster/InfluxDB/Grafana set up on a Kubernetes cluster. It looks like Heapster is generating data but not sending it to InfluxDB. When I look at the container logs for the eventer container within the Heapster pod, the logs…

Ryan
- 1,131
- 3
- 13
- 17
0
votes
1 answer
how to get filesystem/usage with heapster in k8s cluster
How to get "filesystem/usage" with heapster in k8s cluster? I used heapster monitor k8s, but I can not get the node disk usage. Anybody help?

user1881509
- 41
- 1
0
votes
2 answers
Kubernetes monitoring service heapster keeps restarting
I am running a kubernetes cluster using azure's container engine. I have an issue with one of the kubernetes services, the one that does resource monitoring heapster. The pod is relaunched every minute or something like that. I have tried removing…

Benjamin Hammer Nørgaard
- 835
- 1
- 9
- 25
0
votes
2 answers
Provide authentication for heapster to connect to secured kube API server in GKE
I am trying to deploy heapster in a cluster and collect metrics and store it in Influxdb. I can provide sink for Influxdb. But I am not sure how to provide the value for --source flag to connect to the secured kube API server. Can someone help me to…

Sujai Sivasamy
- 1,101
- 3
- 14
- 32
0
votes
1 answer
Custom sink for Prometheus
Is it possible to define a custom sink for Prometheus? Such a feature is offered by Heapster, and I wonder if one can, for example, write collected time series data by Prometheus to stdout.

Eissa N.
- 1,695
- 11
- 18
0
votes
0 answers
Kubernetes Heapster not working correctly
I set up kubernetes-dashboard and heapster according to the docs in the github. My kubernetes client and server version are both 1.5.4 and the whole cluster is deployed on 10 physical servers with ubuntu 14.04 OS. I used heapster 1.3.
I can access…

Ruddhi
- 11
- 2
0
votes
1 answer
Azure k8s windows cluster, Internal Error: Missing stats for root container
I created a k8s windows cluster (1 master and 1 node). The kubernetes dashboard shows both nodes. The dashboard only shows resource utilization of the master.
On inspecting the heapster logs from the dashboard, I see the following error:
... E0331…

Shekhar
- 63
- 5
0
votes
2 answers
Kubernetes Heapster not working
I installed kubernetes cluster on Ubuntu VM
I also installed heapster.
But when I do
wget http://127.0.0.1:8080/api/v1/proxy/namespaces/kube-system/services/heapster
I am getting error:
--2016-11-04 14:44:41-- …

praveenraj
- 774
- 1
- 9
- 20